@@ -1,8 +1,8 @@
= Make Alpine Linux RootFS
:script-name: alpine-make-rootfs
-:script-sha1: N/A
+:script-sha1: 714a764b96442f551084fc50941fd1352e15ca6d
:gh-name: jirutka/{script-name}
-:version: 0.0.0
+:version: 0.1.0
ifdef::env-github[]
image:https://travis-ci.org/{gh-name}.svg?branch=master["Build Status", link="https://travis-ci.org/{gh-name}"]
@@ -80,7 +80,7 @@
set -eu
readonly PROGNAME='alpine-make-rootfs'
-readonly VERSION='0.0.0'
+readonly VERSION='0.1.0'
# Base Alpine packages to install in rootfs.
readonly ALPINE_BASE_PKGS='alpine-baselayout busybox busybox-suid musl-utils'