Skip to content

Commit

Permalink
[TECH] Monter les versions des images postgresql
Browse files Browse the repository at this point in the history
  • Loading branch information
ali-zenika committed Dec 27, 2023
1 parent ff5ef92 commit 1ab0366
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 @@ -31,7 +31,7 @@ jobs:
build_and_test:
docker:
- image: cimg/node:20.8.1
- image: postgres:14.8-alpine
- image: postgres:14.10-alpine
environment:
POSTGRES_HOST_AUTH_METHOD: trust
POSTGRES_USER: user
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3'

services:
postgres:
image: postgres:14.8-alpine
image: postgres:14.10-alpine
container_name: pix-database-statistics
ports:
- '${PIX_DATABASE_PORT:-5432}:5432'
Expand Down

0 comments on commit 1ab0366

Please sign in to comment.