Skip to content

Commit

Permalink
build: bump alpine release
Browse files Browse the repository at this point in the history
Required for Go 1.20
  • Loading branch information
gsanchietti committed Aug 21, 2024
1 parent 79f9f14 commit b4157eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -e
repobase="ghcr.io/nethserver"

images=()
container=$(buildah from docker.io/alpine:3.16)
container=$(buildah from docker.io/alpine:3.20)
ui_version="1.0.23"

trap "buildah rm ${container} ${container_api} ${container_proxy}" EXIT
Expand Down

0 comments on commit b4157eb

Please sign in to comment.