Skip to content

Commit

Permalink
chore(deps): update postgres docker tag to v17
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 27, 2024
1 parent 9985b69 commit 0d0fdf7
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 @@ -5,7 +5,7 @@ services:
- '' # This is the default profile, which is used for development
- data-initial # This profile is used to initialize the database with initial data
- data-demo # This profile is used to initialize the database with demo data
image: "postgres:16"
image: "postgres:17"
platform: linux/amd64
container_name: ops-db
security_opt:
Expand Down

0 comments on commit 0d0fdf7

Please sign in to comment.