Skip to content

Commit

Permalink
Merge pull request #134 from WyriHaximus/renovate/postgres-16.x
Browse files Browse the repository at this point in the history
Update postgres Docker tag to v16
  • Loading branch information
WyriHaximus authored Apr 9, 2024
2 parents 9e09527 + 0312017 commit b4316f8
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 @@ -19,7 +19,7 @@ services:
postgres:
ports:
- 5432:5432
image: postgres:11.2-alpine
image: postgres:16.2-alpine
restart: always
environment:
POSTGRES_PASSWORD: postgres
Expand Down

0 comments on commit b4316f8

Please sign in to comment.