diff --git a/src/Dockerfile b/src/Dockerfile index 2bc7187..c14e149 100644 --- a/src/Dockerfile +++ b/src/Dockerfile @@ -7,7 +7,7 @@ FROM mcr.microsoft.com/dotnet/aspnet@sha256:ba398f8c6a0469436cc115bfbd278002baf4ce9423b6d8a9e904da6adc31a23d LABEL maintainer="Ed-Fi Alliance, LLC and Contributors " -ARG VERSION="1.1.0" +ARG VERSION="1.2.0" # Alpine image does not contain Globalization Cultures library so we need to install ICU library to get fopr LINQ expression to work # Disable the globaliztion invariant mode (set in base image)