Skip to content

Commit

Permalink
Update the release version on install, docker files (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
CSR2017 authored Jun 21, 2023
1 parent b6dbe59 commit 939d1a6
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Application/EdFi.Ods.AdminApi/appsettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"EnableSwagger": false,
"EnableDockerEnvironment": false,
"ConnectionStrings": {
"Admin": "Data Source=.\\;Initial Catalog=EdFi_Admin;Integrated Security=True;TrustServerCertificate=True",
"Security": "Data Source=.\\;Initial Catalog=EdFi_Security;Integrated Security=True;TrustServerCertificate=True"
"Admin": "Data Source=.\\;Initial Catalog=EdFi_Admin;Integrated Security=True;Encrypt=False",
"Security": "Data Source=.\\;Initial Catalog=EdFi_Security;Integrated Security=True;Encrypt=False"
},
"Log4NetCore": {
"Log4NetConfigFileName": "log4net\\log4net.config"
Expand Down
2 changes: 1 addition & 1 deletion Application/EdFi.Ods.AdminApi/mssql.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#tag 6.0-alpine
FROM mcr.microsoft.com/dotnet/aspnet@sha256:201cedd60cb295b2ebea7184561a45c5c0ee337e37300ea0f25cff5a2c762538
LABEL maintainer="Ed-Fi Alliance, LLC and Contributors <[email protected]>"
ENV VERSION="1.2.2"
ENV VERSION="1.3.0"

# Alpine image does not contain Globalization Cultures library so we need to install ICU library to get for LINQ expression to work
# Disable the globaliztion invariant mode (set in base image)
Expand Down
2 changes: 1 addition & 1 deletion Application/EdFi.Ods.AdminApi/pgsql.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#tag 6.0-alpine
FROM mcr.microsoft.com/dotnet/aspnet@sha256:201cedd60cb295b2ebea7184561a45c5c0ee337e37300ea0f25cff5a2c762538
LABEL maintainer="Ed-Fi Alliance, LLC and Contributors <[email protected]>"
ENV VERSION="1.2.2"
ENV VERSION="1.3.0"

# Alpine image does not contain Globalization Cultures library so we need to install ICU library to get for LINQ expression to work
# Disable the globaliztion invariant mode (set in base image)
Expand Down
2 changes: 1 addition & 1 deletion Installer.AdminApi/install.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ $p = @{
ToolsPath = "C:/temp/tools"
DbConnectionInfo = $dbConnectionInfo
OdsApiUrl = ""
PackageVersion = '1.2.2.0'
PackageVersion = '1.3.0.0'
PackageSource = $adminApiSource
AuthenticationSettings = $authenticationSettings
AdminApiFeatures = $adminApiFeatures
Expand Down

0 comments on commit 939d1a6

Please sign in to comment.