Skip to content

Commit

Permalink
Update docker.io/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 5c79026 commit 9c14572
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion compose-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ services:
- cbioportal_net
hapi-postgres:
restart: unless-stopped
image: docker.io/postgres:16.4-alpine
image: docker.io/postgres:17.2-alpine
container_name: cbioportal_fhirspark_database
volumes:
- fhir_data:/var/lib/postgresql/data
Expand Down
2 changes: 1 addition & 1 deletion compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ services:
- cbioportal_net
hapi-postgres:
restart: unless-stopped
image: docker.io/postgres:16.4-alpine
image: docker.io/postgres:17.2-alpine
container_name: cbioportal_fhirspark_database
volumes:
- fhir_data:/var/lib/postgresql/data
Expand Down

0 comments on commit 9c14572

Please sign in to comment.