ソースを参照

Release version 0.6.1

Jakub Jirutka 3 年 前
コミット
ed8c3b1015
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: c9cfea712709df162f4dcf26e2b1422aadabad43
+:script-sha1: 73948b9ee3580d6d9dc277ec2d9449d941e32818
 :gh-name: alpinelinux/{script-name}
-:version: 0.6.0
+:version: 0.6.1
 
 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.0'
+readonly VERSION='0.6.1'
 
 # Base Alpine packages to install in rootfs.
 readonly ALPINE_BASE_PKGS='alpine-baselayout busybox busybox-suid musl-utils'