diff --git a/Dockerfile b/Dockerfile index ef67192..e9cb465 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ # SPDX-License-Identifier: Apache-2.0 # Build the manager binary -FROM golang:1.26-alpine AS builder +FROM golang:1.26-alpine@sha256:3889b425f035be855a72fb4755265311293b6d414521f0a519d819df32222d83 AS builder WORKDIR /workspace ENV GOTOOLCHAIN=local