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 f487181 commit ff29ad8Copy full SHA for ff29ad8
toolchain/docker/Dockerfile
@@ -4,7 +4,7 @@ ARG BUILDARCH
4
RUN echo ${BUILDARCH}
5
ENV ARCH=${BUILDARCH}
6
7
-COPY --from=golang:1.19-alpine /usr/local/go/ /usr/local/go/
+COPY --from=golang:alpine /usr/local/go/ /usr/local/go/
8
9
ENV PATH="/usr/local/go/bin:${PATH}"
10
@@ -26,7 +26,7 @@ ARG BUILDARCH
26
27
28
29
30
31
32
RUN apk add --update --no-cache git curl bash
0 commit comments