diff --git a/Dockerfile b/Dockerfile index d2dee68d..029c9cdc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ COPY . /usr/app RUN npm ci && node_modules/antora/bin/antora antora-playbook.yml -FROM golang:1.25.1-alpine3.21@sha256:331bde41663c297cba0f5abf37e929be644f3cbd84bf45f49b0df9d774f4d912 AS build_stage +FROM golang:1.25.2-alpine3.21@sha256:b34e174bf963e0e109b0abc0e60f5b8319240084b3623dd131a89cd48f597f8d AS build_stage COPY . . COPY --from=docs_stage /usr/app/build/site internal/website/resources/