Skip to content

Commit f5ff2a6

Browse files
committed
Update Dockerfile .NET version
1 parent ecea3f2 commit f5ff2a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
### BUILD
2-
FROM mcr.microsoft.com/dotnet/sdk:7.0.100 AS build-env
2+
FROM mcr.microsoft.com/dotnet/sdk:8.0 AS build-env
33
WORKDIR /source
44

55
# Prerequisites
@@ -56,7 +56,7 @@ COPY . .
5656
RUN ./build.sh --target=Publish-Ubuntu-22.04-x64 --publish-dir=publish --verbosity=verbose --skip-compression=true
5757

5858
### RUNTIME IMAGE
59-
FROM mcr.microsoft.com/dotnet/runtime-deps:7.0
59+
FROM mcr.microsoft.com/dotnet/runtime-deps:8.0
6060
WORKDIR /app
6161

6262
# ... Run libgdi install

0 commit comments

Comments
 (0)