Skip to content

Commit

Permalink
Update docker.io/library/postgres Docker tag to v16
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 19, 2023
1 parent c28abc8 commit 4d47ff6
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 4d47ff6

Please sign in to comment.