Skip to content

Commit

Permalink
Merge pull request #982 from PRX/chore/postgres_16_2
Browse files Browse the repository at this point in the history
Postgres 16.2
  • Loading branch information
cavis committed Mar 14, 2024
2 parents 1f660a1 + a1a8153 commit a2f8df3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose-ci.yml
Expand Up @@ -14,7 +14,7 @@ services:
RAILS_ENV: test
POSTGRES_HOST: db
db:
image: postgres
image: postgres:16.2-alpine
env_file:
- env-example
expose:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Expand Up @@ -31,7 +31,7 @@ services:
networks:
- feeder-net
db:
image: postgres:13.3-alpine
image: postgres:16.2-alpine
env_file:
- .env
expose:
Expand Down

0 comments on commit a2f8df3

Please sign in to comment.