We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecea3f2 commit f5ff2a6Copy full SHA for f5ff2a6
Dockerfile
@@ -1,5 +1,5 @@
1
### BUILD
2
-FROM mcr.microsoft.com/dotnet/sdk:7.0.100 AS build-env
+FROM mcr.microsoft.com/dotnet/sdk:8.0 AS build-env
3
WORKDIR /source
4
5
# Prerequisites
@@ -56,7 +56,7 @@ COPY . .
56
RUN ./build.sh --target=Publish-Ubuntu-22.04-x64 --publish-dir=publish --verbosity=verbose --skip-compression=true
57
58
### RUNTIME IMAGE
59
-FROM mcr.microsoft.com/dotnet/runtime-deps:7.0
+FROM mcr.microsoft.com/dotnet/runtime-deps:8.0
60
WORKDIR /app
61
62
# ... Run libgdi install
0 commit comments