Skip to content

Commit

Permalink
Update runtime & SDK in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
jvyden committed Mar 19, 2024
1 parent 6c81da9 commit dec2257
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build stage
FROM mcr.microsoft.com/dotnet/sdk:8.0.100-1-bookworm-slim AS build
FROM mcr.microsoft.com/dotnet/sdk:8.0.203-bookworm-slim AS build
WORKDIR /build

COPY *.sln ./
Expand All @@ -19,7 +19,7 @@ RUN dotnet publish Refresh.GameServer -c Release --property:OutputPath=/build/pu

# Final running container

FROM mcr.microsoft.com/dotnet/runtime:8.0.0-bookworm-slim AS final
FROM mcr.microsoft.com/dotnet/runtime:8.0.3-bookworm-slim AS final

# Add non-root user
RUN set -eux && \
Expand Down

0 comments on commit dec2257

Please sign in to comment.