File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ services:
19
19
# (Adding the "ports" property to this file will not forward from a Codespace.)
20
20
21
21
db :
22
- image : postgres:14
22
+ image : postgres:16
23
23
restart : unless-stopped
24
24
volumes :
25
25
- postgres-data:/var/lib/postgresql/data
Original file line number Diff line number Diff line change 19
19
services :
20
20
# See https://docs.github.com/en/actions/using-containerized-services/creating-postgresql-service-containers.
21
21
db :
22
- image : postgres:14 -alpine
22
+ image : postgres:16 -alpine
23
23
env :
24
24
POSTGRES_USER : prisma
25
25
POSTGRES_PASSWORD : prisma
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ services:
11
11
DATABASE_URL : ' postgresql://prisma:prisma@db:5432/tests'
12
12
PORT : 4321
13
13
db :
14
- image : postgres:14
14
+ image : postgres:16
15
15
restart : always
16
16
container_name : e2e-tests
17
17
ports :
You can’t perform that action at this time.
0 commit comments