We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49d827f commit 622f950Copy full SHA for 622f950
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.1
+ POSTGRES_VERSION: 18.2
12
BUILD_PUSH_ALPINE: 0
13
14
jobs:
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## 2.14.1 (2026-02-15)
4
+Upgrade to PostgreSQL 18.2.
5
+See https://www.postgresql.org/about/news/postgresql-182-178-1612-1516-and-1421-released-3235/
6
+
7
## 2.14.0 (2025-12-07)
- Use identity column for table city
Dockerfile
@@ -1,5 +1,5 @@
# Init Example Database World on PostgreSQL
-ARG POSTGRES_TAG=18.1
+ARG POSTGRES_TAG=18.2
FROM postgres:$POSTGRES_TAG
ENV POSTGRES_USER=world
0 commit comments