Update base image from debian:bookworm-slim to debian:trixie-slim

This commit is contained in:
Twig6943 2026-03-31 18:09:46 +03:00 committed by GitHub
parent 6336a03728
commit b4e28a3cf7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,8 +1,9 @@
FROM debian:bookworm-slim
FROM debian:trixie-slim
ARG DEBIAN_FRONTEND=noninteractive
# basically, it only works with a Release build.(libs are not included in Debug build)
ARG MC_RUNTIME_DIR=x64/Minecraft.Server/Release
ENV DISPLAY=" "
RUN dpkg --add-architecture i386 \
&& apt-get update \