Skip to content

Commit

Permalink
Updated versions... removed edge plugin....
Browse files Browse the repository at this point in the history
  • Loading branch information
navancommits committed Nov 19, 2023
1 parent b789abb commit eb1b17e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .env.template
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@ TOOLS_IMAGE=scr.sitecore.com/tools/sitecore-docker-tools-assets:10.2.0-1809
TRAEFIK_IMAGE=traefik:v2.5.3-windowsservercore-1809
SOLUTION_BUILD_IMAGE=mcr.microsoft.com/dotnet/framework/sdk:4.8-windowsservercore-ltsc2022
SOLUTION_BASE_IMAGE=mcr.microsoft.com/windows/nanoserver:ltsc2022
NETCORE_BUILD_IMAGE=mcr.microsoft.com/dotnet/sdk:6.0-nanoserver-ltsc2022
NETCORE_RELEASE_IMAGE= mcr.microsoft.com/dotnet/aspnet:6.0-nanoserver-ltsc2022
NETCORE_BUILD_IMAGE=mcr.microsoft.com/dotnet/sdk:8.0-nanoserver-ltsc2022
NETCORE_RELEASE_IMAGE= mcr.microsoft.com/dotnet/aspnet:8.0-nanoserver-ltsc2022

# Windows and Node.js version for JSS
NODEJS_PARENT_IMAGE=mcr.microsoft.com/windows/nanoserver:ltsc2022
NODEJS_VERSION=16.15.1
NODEJS_VERSION=20.9.0

# MSBuild configuration and the target build stage for the Rendering Host image.
BUILD_CONFIGURATION=debug
Expand Down
3 changes: 1 addition & 2 deletions sitecore.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@
"[email protected]",
"[email protected]",
"[email protected]",
"[email protected]",
"[email protected]"
"[email protected]"
],
"serialization": {
"defaultMaxRelativeItemPathLength": 100,
Expand Down

0 comments on commit eb1b17e

Please sign in to comment.