Skip to content

Commit cbd08ca

Browse files
authored
v2.2.8 (#54)
Minor updates * Using latest base images * Updating PostgreSQL builds
1 parent 4ee30a5 commit cbd08ca

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
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.16-4.3.6
1+
FROM bfren/alpine-s6:alpine3.16-4.3.7
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.11-r0
1+
12.11-r1

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.16-4.3.6
1+
FROM bfren/alpine-s6:alpine3.16-4.3.7
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.7-r0
1+
13.7-r1

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.16-4.3.6
1+
FROM bfren/alpine-s6:alpine3.16-4.3.7
22

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

14/overlay/tmp/POSTGRESQL_BUILD

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

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.2.7
1+
2.2.8

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.3.6"
7+
BASE_REVISION="4.3.7"
88
echo "Base: ${BASE_REVISION}"
99

1010
POSTGRESQL_VERSIONS="12 13 14"

0 commit comments

Comments
 (0)