Skip to content

Commit 2b73310

Browse files
committed
Upgrade to PostgreSQL 17.4
Closes: #68
1 parent 23a4488 commit 2b73310

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.github/workflows/docker-publish-on-tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
env:
99
IMAGE_NAME: ghusta/postgres-world-db
1010
ENABLE_QEMU: 1
11-
POSTGRES_VERSION: 17.3
11+
POSTGRES_VERSION: 17.4
1212
BUILD_PUSH_ALPINE: 0
1313

1414
jobs:

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 2.12.4 (2025-03-02)
4+
Upgrade to PostgreSQL 17.4.
5+
See https://www.postgresql.org/about/news/postgresql-174-168-1512-1417-and-1320-released-3018/
6+
37
## 2.12.3 (2025-02-15)
48
Upgrade to PostgreSQL 17.3.
59
See https://www.postgresql.org/about/news/postgresql-173-167-1511-1416-and-1319-released-3015/

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Init Example Database World on PostgreSQL
2-
ARG POSTGRES_TAG=17.3
2+
ARG POSTGRES_TAG=17.4
33
FROM postgres:$POSTGRES_TAG
44

55
ENV POSTGRES_USER=world

0 commit comments

Comments
 (0)