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 Nov 12, 2024
1 parent bb15d50 commit 9427723
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker-compose.demo.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
services:

db:
image: "postgres:16"
image: "postgres:17"
container_name: ops-db
security_opt:
- no-new-privileges:true # Resolve semgrep https://sg.run/0n8q
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.static.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
services:

db:
image: "postgres:16"
image: "postgres:17"
container_name: ops-db
security_opt:
- no-new-privileges:true # Resolve semgrep https://sg.run/0n8q
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
services:

db:
image: "postgres:16"
image: "postgres:17"
container_name: ops-db
security_opt:
- no-new-privileges:true # Resolve semgrep https://sg.run/0n8q
Expand Down

0 comments on commit 9427723

Please sign in to comment.