Skip to content

Commit

Permalink
[TECH] Monter la version de l'image postgresql
Browse files Browse the repository at this point in the history
  • Loading branch information
pix-service-auto-merge authored Dec 27, 2023
2 parents 1b0c407 + d6a48b6 commit 581d0b4
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 581d0b4

Please sign in to comment.