Skip to content

Commit

Permalink
update postgres version to latest alpine version available
Browse files Browse the repository at this point in the history
  • Loading branch information
wongjingping committed Aug 21, 2024
1 parent 236e8b4 commit cde1145
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Once you have Docker installed, you can create the Docker container and start th

```bash
mkdir data/postgres data/export
docker create --name postgres-sql-eval -e POSTGRES_PASSWORD=postgres -p 5432:5432 -v $(pwd)/data/postgres:/var/lib/postgresql/data -v $(pwd)/data/export:/export postgres:14-alpine
docker create --name postgres-sql-eval -e POSTGRES_PASSWORD=postgres -p 5432:5432 -v $(pwd)/data/postgres:/var/lib/postgresql/data -v $(pwd)/data/export:/export postgres:16-alpine
```

To start the container, run:
Expand Down

0 comments on commit cde1145

Please sign in to comment.