We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23a4488 commit 2b73310Copy full SHA for 2b73310
3 files changed
.github/workflows/docker-publish-on-tag.yml
@@ -8,7 +8,7 @@ on:
8
env:
9
IMAGE_NAME: ghusta/postgres-world-db
10
ENABLE_QEMU: 1
11
- POSTGRES_VERSION: 17.3
+ POSTGRES_VERSION: 17.4
12
BUILD_PUSH_ALPINE: 0
13
14
jobs:
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
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
+
7
## 2.12.3 (2025-02-15)
Upgrade to PostgreSQL 17.3.
See https://www.postgresql.org/about/news/postgresql-173-167-1511-1416-and-1319-released-3015/
Dockerfile
@@ -1,5 +1,5 @@
# Init Example Database World on PostgreSQL
-ARG POSTGRES_TAG=17.3
+ARG POSTGRES_TAG=17.4
FROM postgres:$POSTGRES_TAG
ENV POSTGRES_USER=world
0 commit comments