Skip to content

Commit aa4653a

Browse files
chore(deps): update mcr.microsoft.com/dotnet/runtime docker tag to v10
1 parent 202dadc commit aa4653a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Executables/Game/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ COPY . /src
33
WORKDIR /src/Executables/Game
44
RUN dotnet publish -c Release -o /src/bin/core -r linux-musl-x64 --no-self-contained -p:PublishSingleFile=true -p:PublishReadyToRun=true
55

6-
FROM mcr.microsoft.com/dotnet/runtime:9.0-alpine
6+
FROM mcr.microsoft.com/dotnet/runtime:10.0-alpine
77
RUN apk add --no-cache icu-libs icu-data-full # install korean locale
88
COPY --from=0 /src/bin/core /app
99
WORKDIR /app

0 commit comments

Comments
 (0)