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 41ad649 commit 848adabCopy full SHA for 848adab
docker/Dockerfile.acmesh-golang
@@ -1,5 +1,5 @@
1
ARG ACMESH_IMAGE=nginxproxymanager/nginx-full:acmesh
2
-FROM golang:1.21 as go
+FROM golang:1.22.1 as go
3
FROM $ACMESH_IMAGE as final
4
ARG ACMESH_IMAGE
5
ARG TARGETPLATFORM
@@ -33,7 +33,7 @@ WORKDIR /root
33
COPY ./files/.bashrc.acmesh-golang /root/.bashrc
34
35
# Gotools
36
-RUN cd /usr && wget -O- -nv https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.55.2
+RUN cd /usr && wget -O- -nv https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.56.2
37
RUN go install github.com/kyoh86/richgo@latest \
38
&& go install github.com/mfridman/tparse@latest \
39
&& go install golang.org/x/vuln/cmd/govulncheck@latest \
0 commit comments