Browse Source

Release version 0.7.0

Jakub Jirutka 2 years ago
parent
commit
7ee5e14ec8
2 changed files with 3 additions and 3 deletions
  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: 73948b9ee3580d6d9dc277ec2d9449d941e32818
+:script-sha1: e09b623054d06ea389f3a901fd85e64aa154ab3a
 :gh-name: alpinelinux/{script-name}
-:version: 0.6.1
+:version: 0.7.0
 
 ifdef::env-github[]
 image:https://github.com/{gh-name}/workflows/CI/badge.svg["Build Status", link="https://github.com/{gh-name}/actions"]

+ 1 - 1
alpine-make-rootfs

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