Skip to content

Commit

Permalink
Release version 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jirutka committed Jan 6, 2025
1 parent 2260297 commit 0866596
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: e09b623054d06ea389f3a901fd85e64aa154ab3a
:script-sha1: 4bf0afa6f85e7e4f35aa1a9d26be3e0492e5849e
:gh-name: alpinelinux/{script-name}
:version: 0.7.0
:version: 0.7.1

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.7.0'
readonly VERSION='0.7.1'

# Base Alpine packages to install in rootfs.
readonly ALPINE_BASE_PKGS='alpine-baselayout busybox busybox-suid musl-utils'
Expand Down

0 comments on commit 0866596

Please sign in to comment.