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 927582e commit 2ab6e68Copy full SHA for 2ab6e68
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM golang:1.23rc2-alpine AS builder
+FROM golang:1.23-alpine AS builder
2
RUN apk update && apk add --no-cache git
3
WORKDIR $GOPATH/src/istio-config-validator/
4
COPY . .
0 commit comments