mirror of
https://github.com/pocket-id/pocket-id.git
synced 2026-01-09 14:28:05 -05:00
chore: update deps and Go 1.25 (#833)
This commit is contained in:
committed by
GitHub
parent
0e44f245af
commit
17d8893bdb
@@ -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 ./
|
||||
|
||||
Reference in New Issue
Block a user