v3: allow users to edit dump title
All checks were successful
Build and Publish Docker Image / build-and-push (push) Successful in 2m54s
All checks were successful
Build and Publish Docker Image / build-and-push (push) Successful in 2m54s
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# ── Stage 1: build Vite frontend ─────────────────────────────────────────────
|
||||
FROM denoland/deno:2.7.11 AS builder
|
||||
FROM denoland/deno:2.8.3 AS builder
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
@@ -23,7 +23,7 @@ ENV VITE_API_PROTOCOL=$VITE_API_PROTOCOL \
|
||||
RUN deno task build
|
||||
|
||||
# ── Stage 2: runtime ──────────────────────────────────────────────────────────
|
||||
FROM denoland/deno:alpine-2.7.11
|
||||
FROM denoland/deno:alpine-2.8.3
|
||||
|
||||
RUN apk add --no-cache ffmpeg curl
|
||||
|
||||
|
||||
Reference in New Issue
Block a user