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 8eaa9bd commit c8f77d2Copy full SHA for c8f77d2
Dockerfile
@@ -33,7 +33,7 @@ RUN cd /tinygo/ && \
33
34
# tinygo-compiler copies the compiler build over to a base Go container (without
35
# all the build tools etc).
36
-FROM golang:1.21 AS tinygo-compiler
+FROM golang:1.22 AS tinygo-compiler
37
38
# Copy tinygo build.
39
COPY --from=tinygo-compiler-build /tinygo/build/release/tinygo /tinygo
0 commit comments