Commit 70f9c17 1 parent 949721a commit 70f9c17 Copy full SHA for 70f9c17
File tree 1 file changed +3
-3
lines changed
Src/BigBang1112.Gbx/Server
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- FROM mcr.microsoft.com/dotnet/aspnet:7 .0-alpine AS base
1
+ FROM mcr.microsoft.com/dotnet/aspnet:8 .0-alpine AS base
2
2
WORKDIR /app
3
3
EXPOSE 80
4
4
EXPOSE 443
5
5
6
- FROM mcr.microsoft.com/dotnet/sdk:7 .0-alpine AS build
6
+ FROM mcr.microsoft.com/dotnet/sdk:8 .0-alpine AS build
7
7
ARG GITHUB_TOKEN
8
8
WORKDIR /src
9
9
COPY ["Src/BigBang1112.Gbx/Server/BigBang1112.Gbx.Server.csproj" , "Src/BigBang1112.Gbx/Server/" ]
@@ -34,7 +34,7 @@ RUN dotnet build "BigBang1112.Gbx.Server.csproj" -c Release -o /app/build
34
34
FROM build AS publish
35
35
RUN dotnet publish "BigBang1112.Gbx.Server.csproj" -c Release -o /app/publish --self-contained
36
36
37
- FROM mcr.microsoft.com/dotnet/runtime-deps:7 .0-alpine
37
+ FROM mcr.microsoft.com/dotnet/runtime-deps:8 .0-alpine
38
38
RUN apk add --no-cache icu-libs
39
39
ENV DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=false
40
40
WORKDIR /app
You can’t perform that action at this time.
0 commit comments