We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfa5103 commit 1e45458Copy full SHA for 1e45458
.github/workflows/build.yml
@@ -11,7 +11,7 @@ on:
11
jobs:
12
build:
13
runs-on: ubuntu-latest
14
- container: ghcr.io/tinygo-org/tinygo-dev
+ container: ghcr.io/tinygo-org/tinygo-dev:latest
15
steps:
16
- name: Work around CVE-2022-24765
17
# We're not on a multi-user machine, so this is safe.
0 commit comments