diff --git a/Dockerfile b/Dockerfile index 1b6e8dff..dfc6765e 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.26.1@sha256:e2ddb153f786ee6210bf8c40f7f35490b3ff7d38be70d1a0d358ba64225f6428 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.26.1@sha256:e2ddb153f786ee6210bf8c40f7f35490b3ff7d38be70d1a0d358ba64225f6428 as deploy # Retrieve the binary from the previous stage COPY --from=builder /opt/app-root/src/scorecard-webapp /usr/local/bin/scorecard-webapp