diff --git a/12/Dockerfile b/12/Dockerfile index f9b239f..827f71a 100644 --- a/12/Dockerfile +++ b/12/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/bfren/alpine-s6:alpine3.18-6.1.3 +FROM quay.io/bfren/alpine-s6:alpine3.18-6.1.4 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-postgresql" diff --git a/13/Dockerfile b/13/Dockerfile index 483d114..4d6767d 100644 --- a/13/Dockerfile +++ b/13/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/bfren/alpine-s6:alpine3.19-6.1.3 +FROM quay.io/bfren/alpine-s6:alpine3.19-6.1.4 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-postgresql" diff --git a/14/Dockerfile b/14/Dockerfile index 3fae9e9..e868dd1 100644 --- a/14/Dockerfile +++ b/14/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/bfren/alpine-s6:alpine3.20-6.1.3 +FROM quay.io/bfren/alpine-s6:alpine3.20-6.1.4 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-postgresql" diff --git a/15/Dockerfile b/15/Dockerfile index e9f3503..6155931 100644 --- a/15/Dockerfile +++ b/15/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/bfren/alpine-s6:alpine3.22-6.1.3 +FROM quay.io/bfren/alpine-s6:alpine3.22-6.1.4 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-postgresql" diff --git a/15/overlay/tmp/POSTGRESQL_BUILD b/15/overlay/tmp/POSTGRESQL_BUILD index 2591e67..ca017ce 100644 --- a/15/overlay/tmp/POSTGRESQL_BUILD +++ b/15/overlay/tmp/POSTGRESQL_BUILD @@ -1 +1 @@ -15.15-r0 \ No newline at end of file +15.16-r0 \ No newline at end of file diff --git a/15/overlay/tmp/POSTGRESQL_MINOR b/15/overlay/tmp/POSTGRESQL_MINOR index ec07fd5..4ff8d13 100644 --- a/15/overlay/tmp/POSTGRESQL_MINOR +++ b/15/overlay/tmp/POSTGRESQL_MINOR @@ -1 +1 @@ -15.15 \ No newline at end of file +15.16 \ No newline at end of file diff --git a/16/Dockerfile b/16/Dockerfile index 96135be..24bdcb7 100644 --- a/16/Dockerfile +++ b/16/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/bfren/alpine-s6:alpine3.23-6.1.3 +FROM quay.io/bfren/alpine-s6:alpine3.23-6.1.4 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-postgresql" diff --git a/16/overlay/tmp/POSTGRESQL_BUILD b/16/overlay/tmp/POSTGRESQL_BUILD index cbe3c6d..585c797 100644 --- a/16/overlay/tmp/POSTGRESQL_BUILD +++ b/16/overlay/tmp/POSTGRESQL_BUILD @@ -1 +1 @@ -16.11-r0 \ No newline at end of file +16.12-r0 \ No newline at end of file diff --git a/16/overlay/tmp/POSTGRESQL_MINOR b/16/overlay/tmp/POSTGRESQL_MINOR index 9a5911e..6d7ea70 100644 --- a/16/overlay/tmp/POSTGRESQL_MINOR +++ b/16/overlay/tmp/POSTGRESQL_MINOR @@ -1 +1 @@ -16.11 \ No newline at end of file +16.12 \ No newline at end of file diff --git a/17/Dockerfile b/17/Dockerfile index de18368..b4652e9 100644 --- a/17/Dockerfile +++ b/17/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/bfren/alpine-s6:alpine3.23-6.1.3 +FROM quay.io/bfren/alpine-s6:alpine3.23-6.1.4 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-postgresql" diff --git a/17/overlay/tmp/POSTGRESQL_BUILD b/17/overlay/tmp/POSTGRESQL_BUILD index 63348f9..4e10d11 100644 --- a/17/overlay/tmp/POSTGRESQL_BUILD +++ b/17/overlay/tmp/POSTGRESQL_BUILD @@ -1 +1 @@ -17.7-r0 \ No newline at end of file +17.8-r0 \ No newline at end of file diff --git a/17/overlay/tmp/POSTGRESQL_MINOR b/17/overlay/tmp/POSTGRESQL_MINOR index 0511279..e3d032b 100644 --- a/17/overlay/tmp/POSTGRESQL_MINOR +++ b/17/overlay/tmp/POSTGRESQL_MINOR @@ -1 +1 @@ -17.7 \ No newline at end of file +17.8 \ No newline at end of file diff --git a/18/Dockerfile b/18/Dockerfile index e16f62a..03ba5b7 100644 --- a/18/Dockerfile +++ b/18/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/bfren/alpine-s6:alpine3.23-6.1.3 +FROM quay.io/bfren/alpine-s6:alpine3.23-6.1.4 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-postgresql" diff --git a/18/overlay/tmp/POSTGRESQL_BUILD b/18/overlay/tmp/POSTGRESQL_BUILD index 9855a0a..7f3e67e 100644 --- a/18/overlay/tmp/POSTGRESQL_BUILD +++ b/18/overlay/tmp/POSTGRESQL_BUILD @@ -1 +1 @@ -18.1-r0 \ No newline at end of file +18.2-r0 \ No newline at end of file diff --git a/18/overlay/tmp/POSTGRESQL_MINOR b/18/overlay/tmp/POSTGRESQL_MINOR index 9dc4015..da1c69f 100644 --- a/18/overlay/tmp/POSTGRESQL_MINOR +++ b/18/overlay/tmp/POSTGRESQL_MINOR @@ -1 +1 @@ -18.1 \ No newline at end of file +18.2 \ No newline at end of file diff --git a/VERSION b/VERSION index ec87108..74ecad8 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.2.3 \ No newline at end of file +4.2.4 \ No newline at end of file diff --git a/generate-dockerfiles.sh b/generate-dockerfiles.sh index fbcf071..f644c33 100755 --- a/generate-dockerfiles.sh +++ b/generate-dockerfiles.sh @@ -4,7 +4,7 @@ set -euo pipefail docker pull bfren/alpine -BASE_VERSION="6.1.3" +BASE_VERSION="6.1.4" echo "Base: ${BASE_VERSION}" POSTGRESQL_VERSIONS="12 13 14 15 16 17 18"