Skip to content

Commit f9546c9

Browse files
[BUMP] Update dependency postgres to v16
1 parent 428d96d commit f9546c9

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.circleci/config.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ executors:
5656
type: string
5757
docker:
5858
- image: cimg/node:<<parameters.node-version>>
59-
- image: postgres:15.10-alpine
59+
- image: postgres:16.6-alpine
6060
environment:
6161
POSTGRES_USER: circleci
6262
POSTGRES_HOST_AUTH_METHOD: trust
@@ -84,7 +84,7 @@ executors:
8484
type: string
8585
docker:
8686
- image: cimg/node:<<parameters.node-version>>-browsers
87-
- image: postgres:15.10-alpine
87+
- image: postgres:16.6-alpine
8888
environment:
8989
POSTGRES_USER: circleci
9090
POSTGRES_HOST_AUTH_METHOD: trust
@@ -98,7 +98,7 @@ executors:
9898
type: string
9999
docker:
100100
- image: cimg/node:<<parameters.node-version>>
101-
- image: postgres:15.10-alpine
101+
- image: postgres:16.6-alpine
102102
environment:
103103
POSTGRES_USER: circleci
104104
POSTGRES_HOST_AUTH_METHOD: trust

compose.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
postgres:
3-
image: postgres:15.10-alpine
3+
image: postgres:16.6-alpine
44
container_name: pix-api-postgres
55
ports:
66
- '${PIX_DATABASE_PORT:-5432}:5432'

docker/docker-compose.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version: '3'
44
services:
55

66
postgres:
7-
image: postgres:15.10-alpine
7+
image: postgres:16.6-alpine
88
container_name: pix-api-postgres
99
ports:
1010
- '${PIX_DATABASE_PORT:-5432}:5432'

high-level-tests/e2e/docker-compose.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
postgres:
3-
image: postgres:15.10-alpine
3+
image: postgres:16.6-alpine
44
container_name: pix-e2e-postgres
55
environment:
66
POSTGRES_DB: pix

0 commit comments

Comments
 (0)