There was an error while loading. Please reload this page.
1 parent e492cd0 commit c9e829aCopy full SHA for c9e829a
1 file changed
Dockerfile.dapper
@@ -23,7 +23,7 @@ RUN apt-get update && \
23
rm -f /bin/sh && ln -s /bin/bash /bin/sh
24
ENV GOLANG_ARCH_amd64=amd64 GOLANG_ARCH_arm=armv6l GOLANG_ARCH_arm64=arm64 GOLANG_ARCH=GOLANG_ARCH_${ARCH} \
25
GOPATH=/go PATH=/go/bin:/usr/local/go/bin:${PATH} SHELL=/bin/bash
26
-RUN wget -O - https://golang.org/dl/go1.25.6.linux-${!GOLANG_ARCH}.tar.gz | tar -xzf - -C /usr/local && \
+RUN wget -O - https://golang.org/dl/go1.26.1.linux-${!GOLANG_ARCH}.tar.gz | tar -xzf - -C /usr/local && \
27
curl -sL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s v1.41.0
28
COPY --from=0 /usr/local/bin/docker /usr/bin/docker
29
RUN mkdir -p /.docker/cli-plugins
0 commit comments