diff --git a/Dockerfile b/Dockerfile index ec4538ad..92d2766b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,14 +7,14 @@ ARG BUILD_TAGS="" # Step 1: Modules caching -FROM golang:1.25.7-alpine@sha256:f6751d823c26342f9506c03797d2527668d095b0a15f1862cddb4d927a7a4ced AS modules +FROM golang:1.26.0-alpine@sha256:d4c4845f5d60c6a974c6000ce58ae079328d03ab7f721a0734277e69905473e5 AS modules COPY go.mod go.sum /modules/ WORKDIR /modules RUN apk add --no-cache git RUN go mod download # Step 2: Builder -FROM golang:1.25.7-alpine@sha256:f6751d823c26342f9506c03797d2527668d095b0a15f1862cddb4d927a7a4ced AS builder +FROM golang:1.26.0-alpine@sha256:d4c4845f5d60c6a974c6000ce58ae079328d03ab7f721a0734277e69905473e5 AS builder # Build tags control dependencies: # - Default (no tags): Full build with UI # - noui: Excludes web UI assets