Skip to content

Commit

Permalink
A
Browse files Browse the repository at this point in the history
  • Loading branch information
cuong0993 committed Oct 14, 2023
1 parent 836dc01 commit 9400a6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ WORKDIR /files
RUN apk add -U unzip

ARG GODOT_VERSION="4.2"
ARG RELEASE_NAME="dev5"
ARG RELEASE_NAME="beta1"

RUN wget -O /tmp/godot.zip https://downloads.tuxfamily.org/godotengine/${GODOT_VERSION}/${RELEASE_NAME}/mono/Godot_v${GODOT_VERSION}-${RELEASE_NAME}_mono_linux_x86_64.zip
RUN unzip /tmp/godot.zip -d /tmp/godot
Expand All @@ -22,7 +22,7 @@ RUN wget -O /tmp/android_sdk.zip https://dl.google.com/android/repository/comman
RUN unzip /tmp/android_sdk.zip -d /tmp/android_sdk
RUN mv /tmp/android_sdk/* /files

FROM mcr.microsoft.com/dotnet/sdk:7.0.401-jammy-amd64
FROM mcr.microsoft.com/dotnet/sdk:8.0.100-rc.2-jammy-amd64

USER root

Expand Down

0 comments on commit 9400a6f

Please sign in to comment.