Skip to content

Commit

Permalink
Update docker.io/postgres Docker tag to v16.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 23, 2024
1 parent b878477 commit 9a0649f
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 @@ -163,7 +163,7 @@ services:
- cbioportal_net
hapi-postgres:
restart: unless-stopped
image: docker.io/postgres:16.2-alpine
image: docker.io/postgres:16.3-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.3-alpine
container_name: cbioportal_fhirspark_database
volumes:
- fhir_data:/var/lib/postgresql/data
Expand Down

0 comments on commit 9a0649f

Please sign in to comment.