diff --git a/Dockerfile b/Dockerfile index f850ece..b264f97 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,7 +20,7 @@ RUN npm run build ###### # Build backend ###### -FROM --platform=${BUILDPLATFORM} golang:1.24-alpine AS builder +FROM --platform=${BUILDPLATFORM} golang:1.25-alpine AS builder # Set the working directory WORKDIR /build # Download dependencies