Skip to content

Commit c9e829a

Browse files
committed
upgraded docker
Signed-off-by: swastik959 <Sswastik959@gmail.com>
1 parent e492cd0 commit c9e829a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile.dapper

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ RUN apt-get update && \
2323
rm -f /bin/sh && ln -s /bin/bash /bin/sh
2424
ENV GOLANG_ARCH_amd64=amd64 GOLANG_ARCH_arm=armv6l GOLANG_ARCH_arm64=arm64 GOLANG_ARCH=GOLANG_ARCH_${ARCH} \
2525
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 && \
26+
RUN wget -O - https://golang.org/dl/go1.26.1.linux-${!GOLANG_ARCH}.tar.gz | tar -xzf - -C /usr/local && \
2727
curl -sL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s v1.41.0
2828
COPY --from=0 /usr/local/bin/docker /usr/bin/docker
2929
RUN mkdir -p /.docker/cli-plugins

0 commit comments

Comments
 (0)