Dockerfile: use node:lts-bullseye-slim (#183)

This commit is contained in:
ikuaki1009 2023-06-26 03:42:11 +08:00 committed by GitHub
parent 78436a255b
commit 08da5dab3f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ RUN dos2unix /res/entrypoint.sh \
&& chmod +x /res/entrypoint.sh && chmod +x /res/entrypoint.sh
FROM node:lts-slim AS runtime FROM node:lts-bullseye-slim AS runtime
ARG BUNDLE_FFMPEG true ARG BUNDLE_FFMPEG true
ARG BUNDLE_POETRY true ARG BUNDLE_POETRY true