We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5709d6 commit bbebb0cCopy full SHA for bbebb0c
Dockerfile
@@ -14,7 +14,7 @@ RUN wget https://dl.google.com/go/go${GO_RELEASE}.${TARGETOS}-${TARGETARCH}.tar.
14
find /usr/local/go -mindepth 1 -maxdepth 1 ! -name 'src' ! -name 'VERSION' ! -name 'bin' ! -name 'pkg' ! -name 'go.env' -exec rm -rf {} +
15
16
17
-ENV TINYGO_RELEASE=0.40.0
+ENV TINYGO_RELEASE=0.40.1
18
RUN wget https://github.com/tinygo-org/tinygo/releases/download/v${TINYGO_RELEASE}/tinygo${TINYGO_RELEASE}.${TARGETOS}-${TARGETARCH}.tar.gz && \
19
tar xfv tinygo${TINYGO_RELEASE}.${TARGETOS}-${TARGETARCH}.tar.gz -C /usr/local
20
0 commit comments