Skip to content

Commit

Permalink
Upgrade to PostgreSQL 17
Browse files Browse the repository at this point in the history
Closes: #61
  • Loading branch information
ghusta committed Sep 27, 2024
1 parent 6721183 commit 6bbe567
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish-on-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
env:
IMAGE_NAME: ghusta/postgres-world-db
ENABLE_QEMU: 1
POSTGRES_VERSION: 16.4
POSTGRES_VERSION: 17.0
BUILD_PUSH_ALPINE: 0

jobs:
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 2.12.0 (2024-09-27)
Upgrade to PostgreSQL 17.0.
See https://www.postgresql.org/about/news/postgresql-17-released-2936/

## 2.11.4 (2024-08-11)
Upgrade to PostgreSQL 16.4.
See https://www.postgresql.org/about/news/postgresql-164-158-1413-1316-1220-and-17-beta-3-released-2910/
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Init Example Database World on PostgreSQL
ARG POSTGRES_TAG=16.4
ARG POSTGRES_TAG=17.0
FROM postgres:$POSTGRES_TAG

ENV POSTGRES_USER=world
Expand Down

0 comments on commit 6bbe567

Please sign in to comment.