Skip to content

Commit

Permalink
double arg
Browse files Browse the repository at this point in the history
  • Loading branch information
Christoph Bühler committed Dec 13, 2023
1 parent a56548b commit 149ed69
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions godot-build.dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
ARG DOTNET_VERSION=8.0
ARG GODOT_VERSION=3.5.3
ARG COMMIT_SHA=unknown

FROM mcr.microsoft.com/dotnet/sdk:${DOTNET_VERSION}

ARG DOTNET_VERSION=8.0
ARG GODOT_VERSION=3.5.3
ARG COMMIT_SHA=unknown
ENV DOTNET_VERSION=${DOTNET_VERSION}
ENV GODOT_VERSION=${GODOT_VERSION}

Expand Down

0 comments on commit 149ed69

Please sign in to comment.