File tree 4 files changed +6
-6
lines changed
4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ executors:
56
56
type : string
57
57
docker :
58
58
- image : cimg/node:<<parameters.node-version>>
59
- - image : postgres:15.10 -alpine
59
+ - image : postgres:16.6 -alpine
60
60
environment :
61
61
POSTGRES_USER : circleci
62
62
POSTGRES_HOST_AUTH_METHOD : trust
@@ -84,7 +84,7 @@ executors:
84
84
type : string
85
85
docker :
86
86
- image : cimg/node:<<parameters.node-version>>-browsers
87
- - image : postgres:15.10 -alpine
87
+ - image : postgres:16.6 -alpine
88
88
environment :
89
89
POSTGRES_USER : circleci
90
90
POSTGRES_HOST_AUTH_METHOD : trust
@@ -98,7 +98,7 @@ executors:
98
98
type : string
99
99
docker :
100
100
- image : cimg/node:<<parameters.node-version>>
101
- - image : postgres:15.10 -alpine
101
+ - image : postgres:16.6 -alpine
102
102
environment :
103
103
POSTGRES_USER : circleci
104
104
POSTGRES_HOST_AUTH_METHOD : trust
Original file line number Diff line number Diff line change 1
1
services :
2
2
postgres :
3
- image : postgres:15.10 -alpine
3
+ image : postgres:16.6 -alpine
4
4
container_name : pix-api-postgres
5
5
ports :
6
6
- ' ${PIX_DATABASE_PORT:-5432}:5432'
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ version: '3'
4
4
services :
5
5
6
6
postgres :
7
- image : postgres:15.10 -alpine
7
+ image : postgres:16.6 -alpine
8
8
container_name : pix-api-postgres
9
9
ports :
10
10
- ' ${PIX_DATABASE_PORT:-5432}:5432'
Original file line number Diff line number Diff line change 1
1
services :
2
2
postgres :
3
- image : postgres:15.10 -alpine
3
+ image : postgres:16.6 -alpine
4
4
container_name : pix-e2e-postgres
5
5
environment :
6
6
POSTGRES_DB : pix
You can’t perform that action at this time.
0 commit comments