We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0bf61f commit ad13d7bCopy full SHA for ad13d7b
Dockerfile.esh
@@ -1,4 +1,4 @@
1
-FROM bfren/alpine-s6:alpine<%= ${ALPINE_EDITION} %>-<%= ${BASE_VERSION} %>
+FROM ghcr.io/bfren/alpine-s6:alpine<%= ${ALPINE_EDITION} %>-<%= ${BASE_VERSION} %>
2
3
LABEL org.opencontainers.image.source="https://github.com/bfren/docker-postgresql"
4
VERSION
@@ -1 +1 @@
-3.2.6
+3.2.7
generate-dockerfiles.sh
@@ -4,7 +4,7 @@ set -euo pipefail
5
docker pull bfren/alpine
6
7
-BASE_VERSION="5.3.1"
+BASE_VERSION="5.4.2"
8
echo "Base: ${BASE_VERSION}"
9
10
POSTGRESQL_VERSIONS="12 13 14 15 16"
0 commit comments