diff --git a/Dockerfile b/Dockerfile index ef67192..7de8678 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.27-alpine@sha256:4c9fe60190a2a3350ddc51de80d0224b8a6698d12bdfc999fee45ea9d6c46dbc AS builder WORKDIR /workspace ENV GOTOOLCHAIN=local