From 5a8e2738533019252191b9880b0d203b751d8bc0 Mon Sep 17 00:00:00 2001 From: Tim Perry Date: Thu, 2 Nov 2023 19:23:15 +0000 Subject: [PATCH] Update CI base image --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d7115ca6..030912ee 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -98,7 +98,7 @@ jobs: name: Build & publish container to Docker Hub if: github.event_name == 'push' && !startsWith(github.ref, 'refs/heads/dependabot/') runs-on: ubuntu-latest - container: httptoolkit/act-build-base + container: httptoolkit/act-build-base:v3.0.0 needs: build steps: - uses: actions/checkout@v3