Skip to content

Commit

Permalink
🧱 Upgrade postgresql image version
Browse files Browse the repository at this point in the history
  • Loading branch information
MathieuGilet committed Dec 27, 2023
1 parent 1b0c407 commit d6a48b6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
test:
docker:
- image: cimg/node:20.8.1
- image: postgres:14.8-alpine
- image: postgres:14.10-alpine
environment:
POSTGRES_USER: postgres
POSTGRES_HOST_AUTH_METHOD: trust
Expand Down
2 changes: 1 addition & 1 deletion cpf/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ services:

database-cpf-export-local:
container_name: database-cpf-export-local
image: postgres:14.8-alpine
image: postgres:14.10-alpine
environment:
POSTGRES_HOST_AUTH_METHOD: trust
restart: unless-stopped
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ services:

database:
container_name: database
image: postgres:14.8-alpine
image: postgres:14.10-alpine
environment:
POSTGRES_HOST_AUTH_METHOD: trust
restart: unless-stopped
Expand Down

0 comments on commit d6a48b6

Please sign in to comment.