Skip to content

Commit 24193fa

Browse files
committed
Use the new base image tagged release, now the build is working
1 parent 75a2fc5 commit 24193fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
name: Build & test
88
runs-on: ubuntu-18.04
99
container:
10-
image: httptoolkit/act-build-base@sha256:f6f39d94ee4fadf85d2ad1d2c80a8df4c06b2e6eef559cda4269841265ba2643
10+
image: httptoolkit/act-build-base:v3.0.0
1111
options: "--privileged" # Required for DIND tests
1212
env:
1313
DIND_HOST: unix:///tmp/docker.sock

0 commit comments

Comments
 (0)