You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
34
-
RUN go get -u github.com/kyoh86/richgo \
35
-
&& go get -u github.com/sonatype-nexus-community/nancy \
34
+
RUN go install github.com/kyoh86/richgo@latest \
35
+
&& go install github.com/sonatype-nexus-community/nancy@latest \
36
36
&& rm -rf /root/.cache/go-build
37
37
38
38
LABEL org.label-schema.cmd="docker run --rm -ti nginxproxymanager/nginx-full:acmesh-golang"
0 commit comments