chore(deps): Bump the "all-dependencies" group with 4 updates across multiple ecosystems (#1693)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Elias Schneider <login@eliasschneider.com>
This commit is contained in:
dependabot[bot]
2026-08-15 01:17:57 +02:00
committed by GitHub
co-authored by Elias Schneider
parent b7232a0a4a
commit c7cab3af84
7 changed files with 794 additions and 527 deletions
+1 -1
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.5-alpine AS backend-builder
FROM golang:1.26.6-alpine AS backend-builder
ARG BUILD_TAGS
WORKDIR /build
COPY ./backend/go.mod ./backend/go.sum ./