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 3bdb843 commit 648f973Copy full SHA for 648f973
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM golang:1.21-alpine as build
+FROM golang:1.22-alpine as build
2
RUN apk add --no-cache --update git
3
RUN mkdir -p /go/src/github.com/diegopereiraeng/harness-cie-sonarqube-scanner
4
WORKDIR /go/src/github.com/diegopereiraeng/harness-cie-sonarqube-scanner
Dockerfile_Deprecated
-FROM golang:1.20-alpine as build
0 commit comments