We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e757b90 commit 03eb878Copy full SHA for 03eb878
.gitattributes
@@ -46,6 +46,7 @@
46
*.xml text=auto
47
*.resx text=auto
48
*.yml text eol=lf core.whitespace whitespace=tab-in-indent,trailing-space,tabwidth=2
49
+*.sh eol=lf
50
51
*.csproj text=auto merge=union
52
*.vbproj text=auto merge=union
templates/UmbracoProject/Dockerfile
@@ -1,10 +1,10 @@
1
-FROM mcr.microsoft.com/dotnet/aspnet:8.0 AS base
+FROM mcr.microsoft.com/dotnet/aspnet:9.0 AS base
2
USER $APP_UID
3
WORKDIR /app
4
EXPOSE 8080
5
EXPOSE 8081
6
7
-FROM mcr.microsoft.com/dotnet/sdk:8.0 AS build
+FROM mcr.microsoft.com/dotnet/sdk:9.0 AS build
8
ARG BUILD_CONFIGURATION=Release
9
WORKDIR /src
10
COPY ["UmbracoProject/UmbracoProject.csproj", "UmbracoProject/"]
0 commit comments