diff --git a/Dockerfile b/Dockerfile index a3eceecd..7b5684e6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,7 +22,7 @@ # -e GITHUB_REPOSITORY="ossf/scorecard" \ # laurentsimon/scorecard-action:latest -FROM golang:1.21.1@sha256:cffaba795c36f07e372c7191b35ceaae114d74c31c3763d442982e3a4df3b39e AS builder +FROM golang:1.21.1@sha256:6974950a29db63cc5712fc3859904b2090feef256d184a6a4e0224b541db016c AS builder WORKDIR /src ENV CGO_ENABLED=0 COPY go.* ./