Skip to content

Commit

Permalink
update windows base image
Browse files Browse the repository at this point in the history
  • Loading branch information
mpromonet committed Sep 9, 2024
1 parent ca568b3 commit 79b1f9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.windows
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# build
FROM mcr.microsoft.com/dotnet/framework/sdk:4.8-windowsservercore-ltsc2019 AS builder
FROM mcr.microsoft.com/dotnet/framework/sdk:4.8-windowsservercore-ltsc2022 AS builder
LABEL maintainer=michel.promonet@free.fr
WORKDIR /webrtc-streamer
COPY . /webrtc-streamer
Expand Down Expand Up @@ -44,7 +44,7 @@ RUN git config --global core.autocrlf false \
&& time /t

# run
FROM mcr.microsoft.com/windows:1809
FROM mcr.microsoft.com/windows/server:ltsc2022

WORKDIR /app
COPY --from=builder /app/ /app/
Expand Down

0 comments on commit 79b1f9c

Please sign in to comment.