Skip to content

Commit

Permalink
Merge pull request #187 from buschlab/renovate/docker.io-postgres-16.x
Browse files Browse the repository at this point in the history
Update docker.io/postgres Docker tag to v16.4
  • Loading branch information
nr23730 authored Oct 2, 2024
2 parents 381e921 + 74f3420 commit 673a7e7
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.2-alpine
image: docker.io/postgres:16.4-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.2-alpine
image: docker.io/postgres:16.4-alpine
container_name: cbioportal_fhirspark_database
volumes:
- fhir_data:/var/lib/postgresql/data
Expand Down

0 comments on commit 673a7e7

Please sign in to comment.