File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- FROM ghcr.io/bfren/alpine-s6:alpine3.21 -5.6.5
1
+ FROM ghcr.io/bfren/alpine-s6:alpine3.22 -5.6.5
2
2
3
3
LABEL org.opencontainers.image.source="https://github.com/bfren/docker-postgresql"
4
4
Original file line number Diff line number Diff line change 1
- FROM ghcr.io/bfren/alpine-s6:alpine3.21 -5.6.5
1
+ FROM ghcr.io/bfren/alpine-s6:alpine3.22 -5.6.5
2
2
3
3
LABEL org.opencontainers.image.source="https://github.com/bfren/docker-postgresql"
4
4
Original file line number Diff line number Diff line change 1
- FROM ghcr.io/bfren/alpine-s6:alpine3.21 -5.6.5
1
+ FROM ghcr.io/bfren/alpine-s6:alpine3.22 -5.6.5
2
2
3
3
LABEL org.opencontainers.image.source="https://github.com/bfren/docker-postgresql"
4
4
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ for V in ${POSTGRESQL_VERSIONS} ; do
15
15
if [ -f " ${ALPINE_EDITION_FILE} " ] ; then
16
16
ALPINE_EDITION=` cat ${ALPINE_EDITION_FILE} `
17
17
else
18
- ALPINE_EDITION=" 3.21 "
18
+ ALPINE_EDITION=" 3.22 "
19
19
fi
20
20
21
21
DOCKERFILE=$( docker run \
You can’t perform that action at this time.
0 commit comments