Skip to content

Commit

Permalink
Merge pull request #1670 from oasisprotocol/renovate/major-docker-dep…
Browse files Browse the repository at this point in the history
…endencies

Update docker.io/library/postgres Docker tag to v16
  • Loading branch information
buberdds authored Sep 20, 2023
2 parents c28abc8 + 4d47ff6 commit ee7134d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose-testnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ services:
- oasis-node-data:/node/data:z
- ./docker/envoy.yaml:/etc/envoy/envoy.yaml:z
explorer-postgres:
image: docker.io/library/postgres:15.1-alpine
image: docker.io/library/postgres:16.0-alpine
restart: always
volumes:
- explorer-postgres-data:/var/lib/postgresql/data:z
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ services:
- oasis-node-data:/node/data:z
- ./docker/envoy.yaml:/etc/envoy/envoy.yaml:z
explorer-postgres:
image: docker.io/library/postgres:15.1-alpine
image: docker.io/library/postgres:16.0-alpine
restart: always
volumes:
- explorer-postgres-data:/var/lib/postgresql/data
Expand Down

0 comments on commit ee7134d

Please sign in to comment.