Skip to content

Commit

Permalink
Updating Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
bfren committed Dec 6, 2024
1 parent d1a965b commit ee10a16
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions alpine3.21/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/bfren/alpine-s6:alpine3.20-5.4.15
FROM ghcr.io/bfren/alpine-s6:alpine3.21-5.5.0

ARG BF_IMAGE
ARG BF_PUBLISHING
Expand Down Expand Up @@ -33,7 +33,7 @@ ENV \

COPY ./overlay /
COPY ./overlay-alpine /
COPY ./alpine3.20/overlay /
COPY ./alpine3.21/overlay /
RUN bf-install


Expand Down
2 changes: 1 addition & 1 deletion generate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ for V in ${MARIADB_VERSIONS} ; do
done

echo "Alpine Base: ${ALPINE_BASE_REVISION}"
ALPINE_EDITIONS="3.17 3.20"
ALPINE_EDITIONS="3.17 3.20 3.21"
for V in ${ALPINE_EDITIONS} ; do

echo "Alpine ${V}"
Expand Down

0 comments on commit ee10a16

Please sign in to comment.