Skip to content

Commit

Permalink
Update circleci/postgres Docker tag to v13
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed May 7, 2021
1 parent 01b94a1 commit 231fa65
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
postgres:
docker:
- image: circleci/openjdk:11.0.6-jdk-stretch
- image: circleci/postgres:12.6-postgis-ram
- image: circleci/postgres:13.2-postgis-ram
environment:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres
Expand Down
2 changes: 1 addition & 1 deletion data-generator-postgres-e2e/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "2"
services:
postgres:
image: circleci/postgres:12.6-postgis
image: circleci/postgres:13.2-postgis
environment:
POSTGRES_USER: "postgres"
POSTGRES_PASSWORD: "postgres"
Expand Down

0 comments on commit 231fa65

Please sign in to comment.