Skip to content

Commit 3bed727

Browse files
committed
Switching to use Alpine 3.22 for recent versions
1 parent 78e256f commit 3bed727

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

15/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ghcr.io/bfren/alpine-s6:alpine3.21-5.6.5
1+
FROM ghcr.io/bfren/alpine-s6:alpine3.22-5.6.5
22

33
LABEL org.opencontainers.image.source="https://github.com/bfren/docker-postgresql"
44

16/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ghcr.io/bfren/alpine-s6:alpine3.21-5.6.5
1+
FROM ghcr.io/bfren/alpine-s6:alpine3.22-5.6.5
22

33
LABEL org.opencontainers.image.source="https://github.com/bfren/docker-postgresql"
44

17/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ghcr.io/bfren/alpine-s6:alpine3.21-5.6.5
1+
FROM ghcr.io/bfren/alpine-s6:alpine3.22-5.6.5
22

33
LABEL org.opencontainers.image.source="https://github.com/bfren/docker-postgresql"
44

generate-dockerfiles.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ for V in ${POSTGRESQL_VERSIONS} ; do
1515
if [ -f "${ALPINE_EDITION_FILE}" ] ; then
1616
ALPINE_EDITION=`cat ${ALPINE_EDITION_FILE}`
1717
else
18-
ALPINE_EDITION="3.21"
18+
ALPINE_EDITION="3.22"
1919
fi
2020

2121
DOCKERFILE=$(docker run \

0 commit comments

Comments
 (0)