We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19a6fdd commit f579039Copy full SHA for f579039
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: 18.3
+ POSTGRES_VERSION: 18.4
12
BUILD_PUSH_ALPINE: 0
13
14
jobs:
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## 2.14.3 (2026-05-19)
4
+Upgrade to PostgreSQL 18.4.
5
+See https://www.postgresql.org/about/news/postgresql-184-1710-1614-1518-and-1423-released-3297/
6
+
7
## 2.14.2 (2026-03-02)
Upgrade to PostgreSQL 18.3.
See https://www.postgresql.org/about/news/postgresql-183-179-1613-1517-and-1422-released-3246/
Dockerfile
@@ -1,5 +1,5 @@
# Init Example Database World on PostgreSQL
-ARG POSTGRES_TAG=18.3
+ARG POSTGRES_TAG=18.4
FROM postgres:$POSTGRES_TAG
ENV POSTGRES_USER=world
0 commit comments