Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ x-variables:

services:
postgresql:
image: docker.io/library/postgres:14
image: docker.io/library/postgres:17
init: true
ports:
- '127.0.0.1:5432:5432'
Expand Down
2 changes: 1 addition & 1 deletion prod-docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ networks:
app:
services:
postgresql:
image: docker.io/library/postgres:14
image: docker.io/library/postgres:17
init: true
ports:
- '5432'
Expand Down
Loading