Selaa lähdekoodia

Release version 0.5.1

Jakub Jirutka 5 vuotta sitten
vanhempi
sitoutus
144d033690
2 muutettua tiedostoa jossa 3 lisäystä ja 3 poistoa
  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: 9afe2c181b4c32bfff1caadbc28554f460a1f906
+:script-sha1: a7159f17b01ad5a06419b83ea3ca9bbe7d3f8c03
 :gh-name: alpinelinux/{script-name}
-:version: 0.5.0
+:version: 0.5.1
 
 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

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