Skip to content

Commit

Permalink
Release version 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jirutka committed Aug 20, 2023
1 parent ba84c40 commit 7ee5e14
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.adoc
Original file line number Diff line number Diff line change
@@ -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"]
Expand Down
2 changes: 1 addition & 1 deletion alpine-make-rootfs
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 7ee5e14

Please sign in to comment.