Skip to content

Commit

Permalink
Upgrade to PostgreSQL 16.2
Browse files Browse the repository at this point in the history
Closes: #59
  • Loading branch information
ghusta committed Feb 13, 2024
1 parent d1de9f3 commit 3d24247
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.1
POSTGRES_VERSION: 16.2
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.11.2 (2024-02-13)
Upgrade to PostgreSQL 16.2.
See https://www.postgresql.org/about/news/postgresql-162-156-1411-1314-and-1218-released-2807/

## 2.11.1 (2023-11-14)
Upgrade to PostgreSQL 16.1.
See https://www.postgresql.org/about/news/postgresql-161-155-1410-1313-1217-and-1122-released-2749/
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.1
ARG POSTGRES_TAG=16.2
FROM postgres:$POSTGRES_TAG

ENV POSTGRES_USER world
Expand Down

0 comments on commit 3d24247

Please sign in to comment.