Skip to content

Commit 1286327

Browse files
authored
chore: use postgres:14-alpine (#369)
Signed-off-by: Simon Delberghe <[email protected]>
1 parent 02f7721 commit 1286327

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ services:
2222
depends_on:
2323
- db
2424
db:
25-
image: postgres:9.6-alpine
25+
image: postgres:14-alpine
2626
environment:
2727
POSTGRES_USER: user
2828
POSTGRES_PASSWORD: pass

0 commit comments

Comments
 (0)