mirror of
https://github.com/aykhans/slash-e.git
synced 2025-07-05 20:52:35 +00:00
chore: bump dependencies
This commit is contained in:
@ -11,7 +11,7 @@ RUN corepack enable && pnpm i --frozen-lockfile
|
||||
RUN pnpm build
|
||||
|
||||
# Build backend exec file.
|
||||
FROM golang:1.22-alpine AS backend
|
||||
FROM golang:1.23-alpine AS backend
|
||||
WORKDIR /backend-build
|
||||
|
||||
COPY . .
|
||||
|
Reference in New Issue
Block a user