We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd979a3 commit 5021915Copy full SHA for 5021915
1 file changed
Dockerfile
@@ -7,7 +7,7 @@ RUN \
7
if [ -z ${MOD_VERSION+x} ]; then \
8
MOD_VERSION=$(echo "$DOTNET_JSON" | jq -r '."releases-index"[] | select(."support-phase"=="active" or ."support-phase"=="maintenance") | ."latest-sdk"' | tr '\n' '_' | head -c -1); \
9
fi && \
10
- DOTNET_VERSIONS="${MOD_VERSION//_/ }"
+ DOTNET_VERSIONS="${MOD_VERSION//_/ }" && \
11
mkdir -p /root-layer/dotnet && \
12
echo "$DOTNET_VERSIONS" > /root-layer/dotnet/versions.txt && \
13
echo "versions are ${DOTNET_VERSIONS}" && \
0 commit comments