Skip to content

Commit

Permalink
[BUMP] Update dependency postgres to v15
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 16, 2024
1 parent 3b3cc5f commit 219bcab
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@ executors:
type: string
docker:
- image: cimg/node:<<parameters.node-version>>
- image: postgres:14.12-alpine
- image: postgres:15.7-alpine
name: pg-api
environment:
POSTGRES_USER: circleci
POSTGRES_HOST_AUTH_METHOD: trust
- image: postgres:14.12-alpine
- image: postgres:15.7-alpine
name: pg-datamart
environment:
POSTGRES_USER: circleci
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3'

services:
postgres-api:
image: postgres:14.12-alpine
image: postgres:15.7-alpine
container_name: pix-api-data-postgres
ports:
- '${PIX_DATABASE_PORT_API:-5455}:5432'
Expand All @@ -13,7 +13,7 @@ services:
- .env

postgres-datamart:
image: postgres:14.12-alpine
image: postgres:15.7-alpine
container_name: pix-api-data-postgres-datamart
ports:
- '${PIX_DATABASE_PORT_DATAMART:-5456}:5432'
Expand Down

0 comments on commit 219bcab

Please sign in to comment.