Skip to content

Commit 9f15e63

Browse files
committed
Update docker base imgs
1 parent cbd7fbf commit 9f15e63

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,9 +1,9 @@
1-
FROM mcr.microsoft.com/dotnet/sdk:10.0.100-preview.4-alpine3.21 AS builder
1+
FROM mcr.microsoft.com/dotnet/sdk:10.0.100-preview.5-alpine3.22 AS builder
22
COPY . /source
33
WORKDIR source
44
RUN dotnet publish ./src/PaperMalKing/PaperMalKing.csproj -c Release -o /app --no-self-contained -r linux-musl-x64 /p:DefineConstants=IsInContainer /p:IsInContainer=true
55

6-
FROM mcr.microsoft.com/dotnet/aspnet:10.0.0-preview.4-alpine3.21 AS final
6+
FROM mcr.microsoft.com/dotnet/aspnet:10.0.0-preview.5-alpine3.22 AS final
77
LABEL org.opencontainers.image.source="https://github.com/TanteiBot/Tantei"
88
ENV DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=false
99

0 commit comments

Comments
 (0)