Skip to content

Commit

Permalink
Merge pull request #84 from 1024pix/PIX-10502-upgrade-postgresql-imag…
Browse files Browse the repository at this point in the history
…e-version

[TECH] Monter les versions des images postgresql
  • Loading branch information
alipix authored Dec 27, 2023
2 parents ff5ef92 + 1ab0366 commit d856c5e
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 d856c5e

Please sign in to comment.