Skip to content

Commit 7ba7127

Browse files
chore(deps): update postgres docker tag to v18
1 parent 10a281c commit 7ba7127

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ jobs:
216216
- 6379:6379
217217
options: --entrypoint redis-server
218218
postgres:
219-
image: postgres:16.13
219+
image: postgres:18.3@sha256:ddbc320a9ad558c01c719248108e607eadde92fea799fec799028cfb2fab7319
220220
env:
221221
POSTGRES_USER: postgres
222222
POSTGRES_DB: postgres
@@ -285,7 +285,7 @@ jobs:
285285
- 6379:6379
286286
options: --entrypoint redis-server
287287
postgres:
288-
image: postgres:16.13
288+
image: postgres:18.3@sha256:ddbc320a9ad558c01c719248108e607eadde92fea799fec799028cfb2fab7319
289289
env:
290290
POSTGRES_USER: postgres
291291
POSTGRES_DB: postgres
@@ -363,7 +363,7 @@ jobs:
363363
- 6379:6379
364364
options: --entrypoint redis-server
365365
postgres:
366-
image: postgres:16.13
366+
image: postgres:18.3@sha256:ddbc320a9ad558c01c719248108e607eadde92fea799fec799028cfb2fab7319
367367
env:
368368
POSTGRES_USER: postgres
369369
POSTGRES_DB: postgres
@@ -405,7 +405,7 @@ jobs:
405405
- 6379:6379
406406
options: --entrypoint redis-server
407407
postgres:
408-
image: postgres:16.13
408+
image: postgres:18.3@sha256:ddbc320a9ad558c01c719248108e607eadde92fea799fec799028cfb2fab7319
409409
env:
410410
POSTGRES_USER: postgres
411411
POSTGRES_DB: postgres

.github/workflows/e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
- 6379:6379
5858
options: --entrypoint redis-server
5959
postgres:
60-
image: postgres:16.13
60+
image: postgres:18.3@sha256:ddbc320a9ad558c01c719248108e607eadde92fea799fec799028cfb2fab7319
6161
env:
6262
POSTGRES_USER: postgres
6363
POSTGRES_DB: postgres

0 commit comments

Comments
 (0)