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 4d9b7e6 commit e636039Copy full SHA for e636039
.github/workflows/test.yml
@@ -32,7 +32,7 @@ jobs:
32
- 6379:6379
33
postgres:
34
# Docker Hub image
35
- image: postgres
+ image: "postgres:15.1"
36
# Provide the password for postgres
37
env:
38
POSTGRES_PASSWORD: "somerealpassword"
0 commit comments