chore: update deps and Go 1.25 (#833)

This commit is contained in:
Alessandro (Ale) Segala
2025-08-15 05:33:27 +02:00
committed by GitHub
parent 0e44f245af
commit 17d8893bdb
6 changed files with 135 additions and 134 deletions

View File

@@ -18,7 +18,7 @@ COPY ./frontend ./frontend/
RUN BUILD_OUTPUT_PATH=dist pnpm --filter pocket-id-frontend run build
# Stage 2: Build Backend
FROM golang:1.24-alpine AS backend-builder
FROM golang:1.25-alpine AS backend-builder
ARG BUILD_TAGS
WORKDIR /build
COPY ./backend/go.mod ./backend/go.sum ./