diff --git a/12/Dockerfile b/12/Dockerfile index bae82d8..f5eec28 100644 --- a/12/Dockerfile +++ b/12/Dockerfile @@ -1,4 +1,4 @@ -FROM bfren/alpine-s6:alpine3.16-4.3.6 +FROM bfren/alpine-s6:alpine3.16-4.3.7 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-postgresql" diff --git a/12/overlay/tmp/POSTGRESQL_BUILD b/12/overlay/tmp/POSTGRESQL_BUILD index 572f15e..319ed79 100644 --- a/12/overlay/tmp/POSTGRESQL_BUILD +++ b/12/overlay/tmp/POSTGRESQL_BUILD @@ -1 +1 @@ -12.11-r0 \ No newline at end of file +12.11-r1 \ No newline at end of file diff --git a/13/Dockerfile b/13/Dockerfile index ce1499b..a0fd603 100644 --- a/13/Dockerfile +++ b/13/Dockerfile @@ -1,4 +1,4 @@ -FROM bfren/alpine-s6:alpine3.16-4.3.6 +FROM bfren/alpine-s6:alpine3.16-4.3.7 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-postgresql" diff --git a/13/overlay/tmp/POSTGRESQL_BUILD b/13/overlay/tmp/POSTGRESQL_BUILD index 64b3187..133fbfd 100644 --- a/13/overlay/tmp/POSTGRESQL_BUILD +++ b/13/overlay/tmp/POSTGRESQL_BUILD @@ -1 +1 @@ -13.7-r0 \ No newline at end of file +13.7-r1 \ No newline at end of file diff --git a/14/Dockerfile b/14/Dockerfile index 8919b34..e0352b5 100644 --- a/14/Dockerfile +++ b/14/Dockerfile @@ -1,4 +1,4 @@ -FROM bfren/alpine-s6:alpine3.16-4.3.6 +FROM bfren/alpine-s6:alpine3.16-4.3.7 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-postgresql" diff --git a/14/overlay/tmp/POSTGRESQL_BUILD b/14/overlay/tmp/POSTGRESQL_BUILD index 3a23718..7d63ca2 100644 --- a/14/overlay/tmp/POSTGRESQL_BUILD +++ b/14/overlay/tmp/POSTGRESQL_BUILD @@ -1 +1 @@ -14.4-r0 \ No newline at end of file +14.4-r1 \ No newline at end of file diff --git a/VERSION b/VERSION index b539ade..eb430cb 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.2.7 \ No newline at end of file +2.2.8 \ No newline at end of file diff --git a/generate-dockerfiles.sh b/generate-dockerfiles.sh index 7351519..b22950d 100755 --- a/generate-dockerfiles.sh +++ b/generate-dockerfiles.sh @@ -4,7 +4,7 @@ set -euo pipefail docker pull bfren/alpine -BASE_REVISION="4.3.6" +BASE_REVISION="4.3.7" echo "Base: ${BASE_REVISION}" POSTGRESQL_VERSIONS="12 13 14"