Skip to content

Commit

Permalink
Update postgres Docker tag to v17
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and peggimann committed Oct 21, 2024
1 parent 01f23bd commit 3703a7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
services:
okr-db:
container_name: okr-dev-db
image: postgres:16
image: postgres:17
restart: unless-stopped
environment:
POSTGRES_USER: user
Expand Down

0 comments on commit 3703a7e

Please sign in to comment.