Skip to content

Commit

Permalink
FIX #7 : Upgrade to PostgreSQL 13
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume Husta authored and ghusta committed Sep 25, 2020
1 parent ef0720d commit e6a9207
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 2.5 (2020-09-25)
Upgrade to PostgreSQL 13.
See https://www.postgresql.org/about/news/2077/

## 2.4 (2019-10-03)
Upgrade to PostgreSQL 12.
See https://www.postgresql.org/about/news/1976/
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Init Example Database World on PostgreSQL 12
FROM postgres:12
# Init Example Database World on PostgreSQL 13
FROM postgres:13

ENV POSTGRES_USER world
ENV POSTGRES_PASSWORD world123
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ This database contains 3 tables :

You can launch this docker image like this :

`docker run -d -p xxxx:5432 ghusta/postgres-world-db:2.4`
`docker run -d -p xxxx:5432 ghusta/postgres-world-db:2.5`

# Alternatives

Expand Down

0 comments on commit e6a9207

Please sign in to comment.