Merge pull request #208 from J0WI/alpine-3.15

Alpine 3.15
This commit is contained in:
Tianon Gravi 2021-11-29 10:18:37 -08:00 committed by GitHub
commit a0760d06d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM alpine:3.14
FROM alpine:3.15
# ensure www-data user exists
RUN set -x \

View File

@ -92,7 +92,7 @@ for version in "${versions[@]}"; do
suite="${suite%-slim}" # "bullseye"
if [ "$variant" = 'alpine' ]; then
suite="alpine$suite" # "alpine3.14"
suite="alpine$suite" # "alpine3.15"
suiteAliases=( "${versionAliases[@]/%/-$suite}" )
else
suiteAliases=( "${variantAliases[@]/%/-$suite}" )