Skip to content

Commit 4b8aee3

Browse files
committed
Upgrade more postgres references to v16.
1 parent 7148236 commit 4b8aee3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.devcontainer/docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ services:
1919
# (Adding the "ports" property to this file will not forward from a Codespace.)
2020

2121
db:
22-
image: postgres:14
22+
image: postgres:16
2323
restart: unless-stopped
2424
volumes:
2525
- postgres-data:/var/lib/postgresql/data

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
services:
2020
# See https://docs.github.com/en/actions/using-containerized-services/creating-postgresql-service-containers.
2121
db:
22-
image: postgres:14-alpine
22+
image: postgres:16-alpine
2323
env:
2424
POSTGRES_USER: prisma
2525
POSTGRES_PASSWORD: prisma

webserver/docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ services:
1111
DATABASE_URL: 'postgresql://prisma:prisma@db:5432/tests'
1212
PORT: 4321
1313
db:
14-
image: postgres:14
14+
image: postgres:16
1515
restart: always
1616
container_name: e2e-tests
1717
ports:

0 commit comments

Comments
 (0)