소스 검색

Release version 0.4.0

Jakub Jirutka 6 년 전
부모
커밋
b1e9654314
2개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 2 2
      README.adoc
  2. 1 1
      alpine-make-rootfs

+ 2 - 2
README.adoc

@@ -1,8 +1,8 @@
 = Make Alpine Linux RootFS
 :script-name: alpine-make-rootfs
-:script-sha1: 832987f3c138c67b1f1a01f7ab961a029ebcac8b
+:script-sha1: 302dade0fa1c4cfe7cda25f2e9ee0791d775e46b
 :gh-name: alpinelinux/{script-name}
-:version: 0.3.1
+:version: 0.4.0
 
 ifdef::env-github[]
 image:https://travis-ci.org/{gh-name}.svg?branch=master["Build Status", link="https://travis-ci.org/{gh-name}"]

+ 1 - 1
alpine-make-rootfs

@@ -85,7 +85,7 @@
 set -eu
 
 readonly PROGNAME='alpine-make-rootfs'
-readonly VERSION='0.3.1'
+readonly VERSION='0.4.0'
 
 # Base Alpine packages to install in rootfs.
 readonly ALPINE_BASE_PKGS='alpine-baselayout busybox busybox-suid musl-utils'