diff --git a/Dockerfile.esh b/Dockerfile.esh index 375bd79..b523609 100644 --- a/Dockerfile.esh +++ b/Dockerfile.esh @@ -1,4 +1,4 @@ -FROM bfren/alpine-s6:alpine<%= ${ALPINE_EDITION} %>-<%= ${BASE_VERSION} %> +FROM ghcr.io/bfren/alpine-s6:alpine<%= ${ALPINE_EDITION} %>-<%= ${BASE_VERSION} %> LABEL org.opencontainers.image.source="https://github.com/bfren/docker-postgresql" diff --git a/VERSION b/VERSION index c4a602d..6a3913b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.2.6 \ No newline at end of file +3.2.7 \ No newline at end of file diff --git a/generate-dockerfiles.sh b/generate-dockerfiles.sh index 41d31f1..9bac9b5 100755 --- a/generate-dockerfiles.sh +++ b/generate-dockerfiles.sh @@ -4,7 +4,7 @@ set -euo pipefail docker pull bfren/alpine -BASE_VERSION="5.3.1" +BASE_VERSION="5.4.2" echo "Base: ${BASE_VERSION}" POSTGRESQL_VERSIONS="12 13 14 15 16"