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 9169c53 commit e8c179bCopy full SHA for e8c179b
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM golang:1.24-alpine AS builder
+FROM golang:1.25-alpine AS builder
2
RUN apk update && apk add --no-cache git
3
WORKDIR $GOPATH/src/istio-config-validator/
4
COPY . .
0 commit comments