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 07892ccCopy full SHA for 07892cc
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM golang:1.21-alpine as build
+FROM golang:1.25-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