diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index dd2f3e3..c0c4e7f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -11,7 +11,7 @@ on: jobs: build: runs-on: ubuntu-latest - container: ghcr.io/tinygo-org/tinygo-dev + container: ghcr.io/tinygo-org/tinygo-dev:latest steps: - name: Work around CVE-2022-24765 # We're not on a multi-user machine, so this is safe.