We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c970c11 commit f033358Copy full SHA for f033358
1 file changed
.github/workflows/test.yml
@@ -8,7 +8,7 @@ jobs:
8
test:
9
services:
10
postgres:
11
- image: postgres:18.4-alpine@sha256:38346350acb3e824c6948e6df7ff4759f48ba09d8ef4cb8d1b6e6db120f56872
+ image: postgres:18.4-alpine@sha256:96d56f7f57c6aacd1fcb908bc83b345ec5f83231ee486dd66a1baadce274db88
12
ports:
13
- 5432:5432
14
# needed because the postgres container does not provide a healthcheck
0 commit comments