Skip to content

Commit

Permalink
Upgrade to PostgreSQL 15.4
Browse files Browse the repository at this point in the history
Closes: #51
  • Loading branch information
ghusta committed Aug 11, 2023
1 parent 317870d commit c0be923
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: 15.3
POSTGRES_VERSION: 15.4
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.10.4 (2023-08-11)
Upgrade to PostgreSQL 15.4.
See https://www.postgresql.org/about/news/postgresql-154-149-1312-1216-1121-and-postgresql-16-beta-3-released-2689/

## 2.10.3 (2023-05-16)
Upgrade to PostgreSQL 15.3.
See https://www.postgresql.org/about/news/postgresql-153-148-1311-1215-and-1120-released-2637/
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=15.3
ARG POSTGRES_TAG=15.4
FROM postgres:$POSTGRES_TAG

ENV POSTGRES_USER world
Expand Down

0 comments on commit c0be923

Please sign in to comment.