Przeglądaj źródła

Release version 0.3.0

Jakub Jirutka 6 lat temu
rodzic
commit
c989b308a9
2 zmienionych plików z 3 dodań i 3 usunięć
  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: f290d9f09395b107e570dbe2eb1c5bad98db1cbb
+:script-sha1: ec35a0c54f068cd84044d0eb6ba5d558f0420a23
 :gh-name: alpinelinux/{script-name}
-:version: 0.2.0
+:version: 0.3.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

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