Update base image from debian:bookworm-slim to debian:trixie-slim
This commit is contained in:
parent
6336a03728
commit
b4e28a3cf7
1 changed files with 2 additions and 1 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue