File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 88env :
99 IMAGE_NAME : ghusta/postgres-world-db
1010 ENABLE_QEMU : 1
11- POSTGRES_VERSION : 17.1
11+ POSTGRES_VERSION : 17.2
1212 BUILD_PUSH_ALPINE : 0
1313
1414jobs :
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 2.12.2 (2024-11-26)
4+ Upgrade to PostgreSQL 17.2.
5+ See https://www.postgresql.org/about/news/postgresql-172-166-1510-1415-1318-and-1222-released-2965/
6+
37## 2.12.1 (2024-11-15)
48Upgrade to PostgreSQL 17.1.
59See https://www.postgresql.org/about/news/postgresql-171-165-159-1414-1317-and-1221-released-2955/
Original file line number Diff line number Diff line change 11# Init Example Database World on PostgreSQL
2- ARG POSTGRES_TAG=17.1
2+ ARG POSTGRES_TAG=17.2
33FROM postgres:$POSTGRES_TAG
44
55ENV POSTGRES_USER=world
You can’t perform that action at this time.
0 commit comments