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