Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUMP] Update dependency postgres to v15.8 #765

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ executors:
type: string
docker:
- image: cimg/node:<<parameters.node-version>>
- image: postgres:15.7-alpine
- image: postgres:15.8-alpine
environment:
POSTGRES_USER: circleci
POSTGRES_HOST_AUTH_METHOD: trust
Expand All @@ -47,7 +47,7 @@ executors:
type: string
docker:
- image: cimg/node:<<parameters.node-version>>-browsers
- image: postgres:15.7-alpine
- image: postgres:15.8-alpine
environment:
POSTGRES_USER: circleci
POSTGRES_HOST_AUTH_METHOD: trust
Expand All @@ -61,7 +61,7 @@ executors:
type: string
docker:
- image: mcr.microsoft.com/playwright:v<<parameters.playwright-version>>-focal
- image: postgres:15.7-alpine
- image: postgres:15.8-alpine
environment:
POSTGRES_USER: circleci
POSTGRES_HOST_AUTH_METHOD: trust
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3"

services:
postgres:
image: postgres:15.7-alpine
image: postgres:15.8-alpine
ports:
- "5444:5432"
environment:
Expand Down
2 changes: 1 addition & 1 deletion scalingo.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
{
"plan": "postgresql:postgresql-sandbox",
"options": {
"version": "15.7"
"version": "15.8"
}
},
{
Expand Down