diff --git a/Dockerfile b/Dockerfile index 12732ee..e9134c4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -29,7 +29,7 @@ USER root ARG ANDROID_COMPILE_SDK=34 ARG ANDROID_BUILD_TOOLS=34.0.0 -RUN apt-get update && apt-get install -y --no-install-recommends openjdk-11-jdk-headless && rm -rf /var/lib/apt/lists/* /tmp/* +RUN apt-get update && apt-get install -y --no-install-recommends openjdk-17-jdk-headless && rm -rf /var/lib/apt/lists/* /tmp/* COPY --from=files /files/godot /usr/local/bin COPY --from=files /files/templates /root/.local/share/godot/export_templates