Skip to content

Commit

Permalink
chore(deps): update docker.io/library/postgres docker tag to v17
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 22, 2024
1 parent 48c9f95 commit 573ae39
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose/compose.fhir-server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ services:
- "8082:8080"

fhir-db:
image: docker.io/library/postgres:15.6@sha256:1ebd963e5c598f944a4e9ba27de4c95289d663dcc73731025aa53c5254094d8f
image: docker.io/library/postgres:17.2@sha256:eb37f58646a901dc7727cf448cae36daaefaba79de33b5058dab79aa4c04aefb
restart: unless-stopped
deploy:
resources:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose/datashield/compose.datashield.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ services:
- rock-2

opal-db:
image: docker.io/library/postgres:16.2@sha256:4aea012537edfad80f98d870a36e6b90b4c09b27be7f4b4759d72db863baeebb
image: docker.io/library/postgres:17.2@sha256:eb37f58646a901dc7727cf448cae36daaefaba79de33b5058dab79aa4c04aefb
restart: unless-stopped
ipc: private
security_opt:
Expand Down

0 comments on commit 573ae39

Please sign in to comment.