diff --git a/12/Dockerfile b/12/Dockerfile index 620e4ec..c3da3d5 100644 --- a/12/Dockerfile +++ b/12/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/bfren/alpine-s6:alpine3.18-6.1.9 +FROM quay.io/bfren/alpine-s6:alpine3.18-6.2.0 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-postgresql" diff --git a/13/Dockerfile b/13/Dockerfile index 9844622..0f45077 100644 --- a/13/Dockerfile +++ b/13/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/bfren/alpine-s6:alpine3.19-6.1.9 +FROM quay.io/bfren/alpine-s6:alpine3.19-6.2.0 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-postgresql" diff --git a/14/Dockerfile b/14/Dockerfile index dcc0c72..ae57c50 100644 --- a/14/Dockerfile +++ b/14/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/bfren/alpine-s6:alpine3.20-6.1.9 +FROM quay.io/bfren/alpine-s6:alpine3.20-6.2.0 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-postgresql" diff --git a/15/Dockerfile b/15/Dockerfile index 6cb67c0..e63fbaf 100644 --- a/15/Dockerfile +++ b/15/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/bfren/alpine-s6:alpine3.22-6.1.9 +FROM quay.io/bfren/alpine-s6:alpine3.22-6.2.0 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-postgresql" diff --git a/16/Dockerfile b/16/Dockerfile index 4435473..4d6e4ec 100644 --- a/16/Dockerfile +++ b/16/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/bfren/alpine-s6:alpine3.23-6.1.9 +FROM quay.io/bfren/alpine-s6:alpine3.24-6.2.0 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-postgresql" diff --git a/17/Dockerfile b/17/Dockerfile index 33acf7d..3b82d4e 100644 --- a/17/Dockerfile +++ b/17/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/bfren/alpine-s6:alpine3.23-6.1.9 +FROM quay.io/bfren/alpine-s6:alpine3.24-6.2.0 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-postgresql" diff --git a/18/Dockerfile b/18/Dockerfile index 403fac6..ef0ff0f 100644 --- a/18/Dockerfile +++ b/18/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/bfren/alpine-s6:alpine3.23-6.1.9 +FROM quay.io/bfren/alpine-s6:alpine3.24-6.2.0 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-postgresql" diff --git a/VERSION b/VERSION index a22a281..88ea5ac 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.2.8 \ No newline at end of file +4.2.9 \ No newline at end of file diff --git a/generate-dockerfiles.sh b/generate-dockerfiles.sh index 81ea789..f296c65 100755 --- a/generate-dockerfiles.sh +++ b/generate-dockerfiles.sh @@ -4,7 +4,7 @@ set -euo pipefail docker pull bfren/alpine -BASE_VERSION="6.1.9" +BASE_VERSION="6.2.0" echo "Base: ${BASE_VERSION}" POSTGRESQL_VERSIONS="12 13 14 15 16 17 18" @@ -15,7 +15,7 @@ for V in ${POSTGRESQL_VERSIONS} ; do if [ -f "${ALPINE_EDITION_FILE}" ] ; then ALPINE_EDITION=`cat ${ALPINE_EDITION_FILE}` else - ALPINE_EDITION="3.23" + ALPINE_EDITION="3.24" fi DOCKERFILE=$(docker run \