Skip to content

Commit

Permalink
[BUMP] Update dependency postgres to v15.10
Browse files Browse the repository at this point in the history
  • Loading branch information
pix-service-auto-merge authored Dec 30, 2024
2 parents 9db8fcb + df3bde2 commit 7ac7b69
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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:15.8-alpine
- image: postgres:15.10-alpine
name: pg-api
environment:
POSTGRES_USER: circleci
POSTGRES_HOST_AUTH_METHOD: trust
- image: postgres:15.8-alpine
- image: postgres:15.10-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:15.8-alpine
image: postgres:15.10-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:15.8-alpine
image: postgres:15.10-alpine
container_name: pix-api-data-postgres-datamart
ports:
- '${PIX_DATABASE_PORT_DATAMART:-5456}:5432'
Expand Down
2 changes: 1 addition & 1 deletion scalingo.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
{
"plan": "postgresql:postgresql-sandbox",
"options": {
"version": "15.8"
"version": "15.10"
}
}
],
Expand Down

0 comments on commit 7ac7b69

Please sign in to comment.