diff --git a/Dockerfile b/Dockerfile index 3f458cadda..a5fcea8509 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ # Copyright Authors of Cilium # SPDX-License-Identifier: Apache-2.0 -FROM docker.io/library/golang:1.20.2-alpine3.16@sha256:0848e987c1be480a253637c82e4e08f3c6589b644804320d14e7a2321326f98f as builder +FROM docker.io/library/golang:1.20.2-alpine3.16@sha256:50e46c122d9b4e9502be0678b52a807be98f54d3fcab417df986bbc4d210dbf7 as builder WORKDIR /go/src/github.com/cilium/cilium-cli RUN apk add --no-cache git make COPY . .