diff --git a/Dockerfile b/Dockerfile index ea0f93b..0cd34f2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # Base images are digest-pinned for build-input integrity (OWASP A08). The # trailing tag comment records the human-readable version; Dependabot bumps the # digest. -FROM golang:1.26@sha256:f96cc555eb8db430159a3aa6797cd5bae561945b7b0fe7d0e284c63a3b291609 AS build +FROM golang:1.26@sha256:079e59808d2d252516e27e3f3a9c003740dee7f75e55aa71528766d52bcfc16a AS build WORKDIR /src