We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38c478b commit 49d827fCopy full SHA for 49d827f
1 file changed
README.md
@@ -44,7 +44,7 @@ This database contains 4 tables :
44
You can run a Docker container with this command (replace _xxxx_ by your local port) :
45
46
```shell
47
-docker run -d -p xxxx:5432 -e POSTGRES_PASSWORD=world123 ghusta/postgres-world-db:2.12
+docker run -d -p xxxx:5432 -e POSTGRES_PASSWORD=world123 ghusta/postgres-world-db:2.14
48
```
49
50
# PostgreSQL configuration
0 commit comments