Skip to content

Commit b5670a0

Browse files
Update postgresql to version 16
1 parent 6a6f015 commit b5670a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ services:
2727
- ./knexfile.js:/usr/src/app/knexfile.js
2828
- ./openapi.yaml:/usr/src/app/openapi.yaml
2929
db:
30-
image: postgres:10-alpine
30+
image: postgres:16-alpine
3131
ports:
3232
- 127.0.0.1:5432:5432
3333
volumes:

0 commit comments

Comments
 (0)