Skip to content

Commit dee80ae

Browse files
committed
fix: align Redis pre-pull image tag with @testcontainers/redis default (redis:7.2)
1 parent 19bc016 commit dee80ae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/e2e-webapp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
run: |
7373
echo "Pre-pulling Docker images with authenticated session..."
7474
docker pull postgres:14
75-
docker pull redis:7-alpine
75+
docker pull redis:7.2
7676
docker pull testcontainers/ryuk:0.11.0
7777
echo "Image pre-pull complete"
7878

0 commit comments

Comments
 (0)