chore: upgrade go version

This commit is contained in:
Elias Schneider
2026-07-10 16:30:34 +02:00
parent 119eecefc3
commit f62d476c56
3 changed files with 38 additions and 38 deletions

View File

@@ -23,7 +23,7 @@ RUN --mount=type=cache,target=/build/frontend/node_modules/.vite \
BUILD_OUTPUT_PATH=dist pnpm --filter pocket-id-frontend run build
# Stage 2: Build Backend
FROM golang:1.26.4-alpine AS backend-builder
FROM golang:1.26.5-alpine AS backend-builder
ARG BUILD_TAGS
WORKDIR /build
COPY ./backend/go.mod ./backend/go.sum ./