We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 202dadc commit aa4653aCopy full SHA for aa4653a
1 file changed
src/Executables/Game/Dockerfile
@@ -3,7 +3,7 @@ COPY . /src
3
WORKDIR /src/Executables/Game
4
RUN dotnet publish -c Release -o /src/bin/core -r linux-musl-x64 --no-self-contained -p:PublishSingleFile=true -p:PublishReadyToRun=true
5
6
-FROM mcr.microsoft.com/dotnet/runtime:9.0-alpine
+FROM mcr.microsoft.com/dotnet/runtime:10.0-alpine
7
RUN apk add --no-cache icu-libs icu-data-full # install korean locale
8
COPY --from=0 /src/bin/core /app
9
WORKDIR /app
0 commit comments