diff --git a/docker/Dockerfile.acmesh-golang b/docker/Dockerfile.acmesh-golang index a0c74b0..3029885 100644 --- a/docker/Dockerfile.acmesh-golang +++ b/docker/Dockerfile.acmesh-golang @@ -30,7 +30,7 @@ WORKDIR /root COPY ./files/.bashrc.acmesh-golang /root/.bashrc # Gotools -RUN if [ "$TARGETPLATFORM" == "" ] || [ "$TARGETPLATFORM" == "linux/amd64" ]; then cd /usr && wget -O- -nv https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.39.0; fi +RUN cd /usr && wget -O- -nv https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.46.0 RUN go install github.com/kyoh86/richgo@latest \ && go install github.com/sonatype-nexus-community/nancy@latest \ && rm -rf /root/.cache/go-build