Skip to content

Commit

Permalink
chore(deps): update docker.io/library/postgres docker tag to v15
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 15, 2022
1 parent c66d6cc commit fa7eeef
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:14.4-alpine
image: docker.io/library/postgres:15.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:14.4-alpine
image: docker.io/library/postgres:15.0-alpine
restart: always
volumes:
- explorer-postgres-data:/var/lib/postgresql/data
Expand Down

0 comments on commit fa7eeef

Please sign in to comment.