Update Dockerfile 4.2dev5
This commit is contained in:
parent
cc48d607bb
commit
030e059ab8
1 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
FROM debian:bullseye
|
||||
LABEL version="1.0" maintainer="Khaganat <contact@khaganat.net>"
|
||||
FROM debian:bookworm
|
||||
LABEL version="1.1" maintainer="Khaganat <contact@khaganat.net>"
|
||||
|
||||
USER root
|
||||
ENV DEBIAN_FRONTEND=noninteractive
|
||||
|
@ -28,7 +28,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
|
|||
libxrandr-dev \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
ENV GODOT_VERSION="4.2-dev2"
|
||||
ENV GODOT_VERSION="4.2-dev5"
|
||||
|
||||
RUN wget https://github.com/godotengine/godot-builds/releases/download/${GODOT_VERSION}/Godot_v${GODOT_VERSION}_linux.x86_64.zip \
|
||||
&& wget https://github.com/godotengine/godot-builds/releases/download/${GODOT_VERSION}/Godot_v${GODOT_VERSION}_export_templates.tpz \
|
||||
|
|
Loading…
Reference in a new issue