Skip to content

Commit e9d198a

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

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
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:18-alpine
132132
ports: ["5432:5432"]
133133
env:
134134
POSTGRES_PASSWORD: postgres

docker-compose.yml

Lines changed: 1 addition & 1 deletion
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:18.1
66
volumes:
77
- ./postgresql-data:/var/lib/postgresql/data/pgdata
88
environment:

0 commit comments

Comments
 (0)