Skip to content

Commit

Permalink
4.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cuong0993 committed Jul 18, 2023
1 parent 071fa35 commit 141f364
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 @@ -4,7 +4,7 @@ WORKDIR /files

RUN apk add -U unzip

ARG GODOT_VERSION="4.1"
ARG GODOT_VERSION="4.1.1"
ARG RELEASE_NAME="stable"

# This is only needed for non-stable builds (alpha, beta, RC)
Expand All @@ -27,7 +27,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.305-jammy-amd64
FROM mcr.microsoft.com/dotnet/sdk:7.0.306-jammy-amd64

USER root

Expand Down

0 comments on commit 141f364

Please sign in to comment.