Skip to content

Commit 6689303

Browse files
authored
v3.3.0 (#121)
Major updates * Adding PostgreSQL 17.2 * Making PostgreSQL 17 the default * Using Alpine 3.20 for PostgreSQL 14 Minor updates * Using latest base images * Updating to PostgreSQL 14.15, 15.10 and 16.6
1 parent c112271 commit 6689303

File tree

22 files changed

+45
-20
lines changed

22 files changed

+45
-20
lines changed

.github/workflows/dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
postgresql: [ "12", "13", "14", "15", "16" ]
17+
postgresql: [ "12", "13", "14", "15", "16", "17" ]
1818
runs-on: ubuntu-latest
1919
steps:
2020
-

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
fail-fast: false
1212
matrix:
13-
postgresql: [ "12", "13", "14", "15", "16" ]
13+
postgresql: [ "12", "13", "14", "15", "16", "17" ]
1414
runs-on: ubuntu-latest
1515
steps:
1616
-

12/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ghcr.io/bfren/alpine-s6:alpine3.18-5.4.15
1+
FROM ghcr.io/bfren/alpine-s6:alpine3.18-5.5.0
22

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

13/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ghcr.io/bfren/alpine-s6:alpine3.19-5.4.15
1+
FROM ghcr.io/bfren/alpine-s6:alpine3.19-5.5.0
22

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

14/ALPINE_EDITION

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
3.20

14/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ghcr.io/bfren/alpine-s6:alpine3.20-5.4.15
1+
FROM ghcr.io/bfren/alpine-s6:alpine3.20-5.5.0
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.14-r0
1+
14.15-r0

14/overlay/tmp/POSTGRESQL_MINOR

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
14.14
1+
14.15

15/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ghcr.io/bfren/alpine-s6:alpine3.20-5.4.15
1+
FROM ghcr.io/bfren/alpine-s6:alpine3.21-5.5.0
22

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

15/overlay/tmp/POSTGRESQL_BUILD

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

0 commit comments

Comments
 (0)