Skip to content

Commit

Permalink
chore: use postgres:14-alpine (#369)
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Delberghe <open-source@orandin.fr>
  • Loading branch information
orandin authored Oct 15, 2022
1 parent 02f7721 commit 1286327
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ services:
depends_on:
- db
db:
image: postgres:9.6-alpine
image: postgres:14-alpine
environment:
POSTGRES_USER: user
POSTGRES_PASSWORD: pass
Expand Down

0 comments on commit 1286327

Please sign in to comment.