Skip to content

Commit e0973d9

Browse files
chore(deps): update postgres docker tag to v17
1 parent dc961a4 commit e0973d9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ jobs:
128128
otp: ["24.1"]
129129
services:
130130
db:
131-
image: postgres:13-alpine
131+
image: postgres:17-alpine
132132
ports: ["5432:5432"]
133133
env:
134134
POSTGRES_PASSWORD: postgres

docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: '2'
22

33
services:
44
postgres:
5-
image: postgres:14.1
5+
image: postgres:17.0
66
volumes:
77
- ./postgresql-data:/var/lib/postgresql/data/pgdata
88
environment:

0 commit comments

Comments
 (0)