diff --git a/Dockerfile b/Dockerfile index 1b6e8dff..bb58c54f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM golang:1.25.7@sha256:011d6e21edbc198b7aeb06d705f17bc1cc219e102c932156ad61db45005c5d31 AS builder +FROM golang:1.25.7@sha256:cc737435e2742bd6da3b7d575623968683609a3d2e0695f9d85bee84071c08e6 AS builder ENV APP_ROOT=/opt/app-root ENV GOPATH=$APP_ROOT @@ -25,7 +25,7 @@ ARG TARGETARCH RUN CGO_ENABLED=0 make scorecard-webapp # Multi-Stage production build -FROM golang:1.25.7@sha256:011d6e21edbc198b7aeb06d705f17bc1cc219e102c932156ad61db45005c5d31 as deploy +FROM golang:1.25.7@sha256:cc737435e2742bd6da3b7d575623968683609a3d2e0695f9d85bee84071c08e6 as deploy # Retrieve the binary from the previous stage COPY --from=builder /opt/app-root/src/scorecard-webapp /usr/local/bin/scorecard-webapp