From 8aa3fea399082182347ba541efcd87d8b5ac2a53 Mon Sep 17 00:00:00 2001 From: jpardogrowthaccelerationpartners <111309322+jpardogrowthaccelerationpartners@users.noreply.github.com> Date: Fri, 20 Sep 2024 11:55:08 -0400 Subject: [PATCH] [APIPUB-74] - Update docker version for release (#77) --- src/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)