Skip to content

Commit

Permalink
Update to PostgreSQL 17
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Marr <[email protected]>
  • Loading branch information
smarr committed Sep 30, 2024
1 parent 1f9c62b commit 30b417f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ services:
- '33333:33333'

postgres:
image: postgres:16-alpine
image: postgres:17-alpine
environment:
POSTGRES_USER: docker
POSTGRES_PASSWORD: docker
Expand Down

0 comments on commit 30b417f

Please sign in to comment.