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 aa6148d commit 34fe162Copy full SHA for 34fe162
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM golang:1.21-alpine as build
+FROM golang:1.24-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