Skip to content

Commit

Permalink
Upgrade from Postgres 9 to 17 (#234)
Browse files Browse the repository at this point in the history
* Upgrade from Postgres 9 to 17

* The postgres image in CircleCI needs a major and minor version specified
  • Loading branch information
dbeatty10 authored Dec 5, 2024
1 parent 314908f commit a3b6979
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 @@ -5,7 +5,7 @@ jobs:
integration-postgres:
docker:
- image: cimg/python:3.11
- image: cimg/postgres:9.6
- image: cimg/postgres:17.0
environment:
POSTGRES_USER: root
environment:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3.7"
services:
postgres:
image: cimg/postgres:9.6
image: cimg/postgres:17.0
environment:
- POSTGRES_USER=root
ports:
Expand Down

0 comments on commit a3b6979

Please sign in to comment.