We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f46d8c commit bb2308fCopy full SHA for bb2308f
.github/workflows/ci.yml
@@ -52,7 +52,7 @@ jobs:
52
runs-on: ubuntu-latest
53
services:
54
postgres:
55
- image: sfackler/rust-postgres-test:6
+ image: petrosagg/rust-postgres-test:7
56
ports:
57
- 5433:5433
58
steps:
docker-compose.yml
@@ -1,6 +1,6 @@
1
version: '2'
2
3
4
- image: "sfackler/rust-postgres-test:6"
+ image: "petrosagg/rust-postgres-test:7"
5
6
0 commit comments