Skip to content

Commit

Permalink
Bump minimum Alpine version to 3.21.
Browse files Browse the repository at this point in the history
3.20 does not have new enough Go yet.
  • Loading branch information
divVerent committed Feb 24, 2025
1 parent c3d9b27 commit 8c98719
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/publish-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ hub release create \
abuild -F checksum
abuild -F -r
'
podman run --network=slirp4netns:enable_ipv6=false --pull=newer --rm --mount=type=bind,source=$PWD,target=/aaaaxy docker.io/library/alpine:3.20 /bin/sh -c '
podman run --network=slirp4netns:enable_ipv6=false --pull=newer --rm --mount=type=bind,source=$PWD,target=/aaaaxy docker.io/library/alpine:3.21 /bin/sh -c '
set -e
apk add alpine-sdk sudo
abuild-keygen -i -a -n
Expand Down

0 comments on commit 8c98719

Please sign in to comment.