Skip to content

Commit 5f0f45e

Browse files
Update release package version on docker file (#67)
1 parent a747a10 commit 5f0f45e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
FROM mcr.microsoft.com/dotnet/aspnet@sha256:ba398f8c6a0469436cc115bfbd278002baf4ce9423b6d8a9e904da6adc31a23d
88
LABEL maintainer="Ed-Fi Alliance, LLC and Contributors <[email protected]>"
99

10-
ARG VERSION=latest
10+
ARG VERSION="1.1.0"
1111

1212
# Alpine image does not contain Globalization Cultures library so we need to install ICU library to get fopr LINQ expression to work
1313
# Disable the globaliztion invariant mode (set in base image)

0 commit comments

Comments
 (0)