v2.0.0 🚀

Highlights:
- Node 24 LTS Runtime (npm 11)
- Static ffmpeg Binary (Image -45%, 892MB -> 493MB)
- In-Memory PCM Cache (instant Sound-Playback nach erstem Abspielen)
- InlineVolume Bypass bei Volume 1.0
- sodium-native v5, Express v5, @discordjs/voice 0.19 (DAVE E2EE)
- Alle Dependencies auf aktuellem Stand
This commit is contained in:
Claude Code 2026-03-05 16:04:15 +01:00
parent 5ef5598758
commit 761032a280
3 changed files with 3 additions and 3 deletions

View file

@ -7,7 +7,7 @@ COPY web/package*.json ./
RUN npm install --no-audit --no-fund
COPY web/ .
ARG VITE_BUILD_CHANNEL=stable
ARG VITE_APP_VERSION=1.1.0
ARG VITE_APP_VERSION=2.0.0
ENV VITE_BUILD_CHANNEL=$VITE_BUILD_CHANNEL
ENV VITE_APP_VERSION=$VITE_APP_VERSION
RUN npm run build