Skip to content

Commit 28556d3

Browse files
authored
v2.2.0 (#46)
Major updates * Using Alpine 3.16 * Using latest base images * Updating PostgreSQL 12 and 13 builds
1 parent fea9a71 commit 28556d3

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

12/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM bfren/alpine-s6:alpine3.15-4.2.12
1+
FROM bfren/alpine-s6:alpine3.16-4.3.0
22

33
LABEL org.opencontainers.image.source="https://github.com/bfren/docker-postgresql"
44

12/overlay/tmp/POSTGRESQL_BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
12.10-r0
1+
12.10-r3

13/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM bfren/alpine-s6:alpine3.15-4.2.12
1+
FROM bfren/alpine-s6:alpine3.16-4.3.0
22

33
LABEL org.opencontainers.image.source="https://github.com/bfren/docker-postgresql"
44

13/overlay/tmp/POSTGRESQL_BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
13.6-r0
1+
13.6-r3

14/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM bfren/alpine-s6:alpine3.15-4.2.12
1+
FROM bfren/alpine-s6:alpine3.16-4.3.0
22

33
LABEL org.opencontainers.image.source="https://github.com/bfren/docker-postgresql"
44

Dockerfile.esh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM bfren/alpine-s6:alpine3.15-<%= ${BASE_REVISION} %>
1+
FROM bfren/alpine-s6:alpine3.16-<%= ${BASE_REVISION} %>
22

33
LABEL org.opencontainers.image.source="https://github.com/bfren/docker-postgresql"
44

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.1.14
1+
2.2.0

VERSION_MINOR

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.1
1+
2.2

generate-dockerfiles.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -euo pipefail
44

55
docker pull bfren/alpine
66

7-
BASE_REVISION="4.2.12"
7+
BASE_REVISION="4.3.0"
88
echo "Base: ${BASE_REVISION}"
99

1010
POSTGRESQL_VERSIONS="12 13 14"

0 commit comments

Comments
 (0)