Skip to content

Commit

Permalink
Merge pull request #539 from 3scale/upgrade-circleci
Browse files Browse the repository at this point in the history
Switch to a newer postgres 10 image
  • Loading branch information
mayorova authored Sep 23, 2024
2 parents 1cd46fc + 874d0ba commit aae1357
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,5 +89,5 @@ workflows:
- build:
matrix:
parameters:
postgresql_image: [ "circleci/postgres:10-alpine-ram", "cimg/postgres:12.15", "cimg/postgres:13.11", "cimg/postgres:14.12" ]
postgresql_image: [ "cimg/postgres:10.22", "cimg/postgres:12.15", "cimg/postgres:13.11", "cimg/postgres:14.12" ]
- docker-build

0 comments on commit aae1357

Please sign in to comment.