Skip to content

Commit

Permalink
ci: bump Postgres to fix Circle warning
Browse files Browse the repository at this point in the history
  • Loading branch information
fhunleth committed Jul 27, 2022
1 parent c7c71fa commit e547d32
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 @@ -6,7 +6,7 @@ jobs:
environment:
DATABASE_URL: postgres://db:db@localhost:5432/db
DOCKERIZE_VERSION: v0.6.1
- image: circleci/postgres:10.1-alpine
- image: circleci/postgres:13.5-ram
environment:
POSTGRES_USER: db
POSTGRES_DB: db
Expand Down

0 comments on commit e547d32

Please sign in to comment.