We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a747a10 commit 5f0f45eCopy full SHA for 5f0f45e
src/Dockerfile
@@ -7,7 +7,7 @@
7
FROM mcr.microsoft.com/dotnet/aspnet@sha256:ba398f8c6a0469436cc115bfbd278002baf4ce9423b6d8a9e904da6adc31a23d
8
LABEL maintainer="Ed-Fi Alliance, LLC and Contributors <[email protected]>"
9
10
-ARG VERSION=latest
+ARG VERSION="1.1.0"
11
12
# Alpine image does not contain Globalization Cultures library so we need to install ICU library to get fopr LINQ expression to work
13
# Disable the globaliztion invariant mode (set in base image)
0 commit comments