We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1f97734 + 733fe07 commit 74066edCopy full SHA for 74066ed
internal/witness/cmd/witness/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM golang:buster AS builder
+FROM golang:1-buster AS builder
2
3
ARG GOFLAGS=""
4
ENV GOFLAGS=$GOFLAGS
@@ -19,7 +19,7 @@ COPY . .
19
RUN go build -o /build/bin/witness ./witness/golang/cmd/witness
20
21
# Build release image
22
-FROM golang:buster
+FROM golang:1-buster
23
24
COPY --from=builder /build/bin/witness /bin/witness
25
ENTRYPOINT ["/bin/witness"]
0 commit comments