Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# docker run --rm -p 8787:8787 -v "$PWD/data:/app/.mp4web" mp4web

# ---------------------------------------------------------------- UI build
FROM node:24-alpine AS web
FROM node:26-alpine AS web
WORKDIR /app/web
# copy manifests first so the dependency layer caches independently of source
COPY web/package.json web/package-lock.json ./
Expand Down
Loading