Skip to content

Commit bdce50f

Browse files
chore(deps): update mcr.microsoft.com/dotnet/sdk docker tag to v8.0.301
1 parent b9ee3d1 commit bdce50f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

dependency/Dockerfile/Dockerfile_run_client

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM mcr.microsoft.com/dotnet/sdk:8.0.300-jammy-amd64 AS build
1+
FROM mcr.microsoft.com/dotnet/sdk:8.0.301-jammy-amd64 AS build
22
LABEL maintainer="eesast"
33
WORKDIR /usr/local
44
COPY . .

dependency/Dockerfile/Dockerfile_run_server

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
FROM mcr.microsoft.com/dotnet/sdk:8.0.300-jammy-amd64 AS build
1+
FROM mcr.microsoft.com/dotnet/sdk:8.0.301-jammy-amd64 AS build
22
LABEL maintainer="eesast"
33
WORKDIR /usr/local
44
COPY . .
55
RUN dotnet publish logic/Server/Server.csproj -c Release -o /usr/local/Server --self-contained true -r linux-x64
66

7-
FROM mcr.microsoft.com/dotnet/sdk:8.0.300-jammy-amd64
7+
FROM mcr.microsoft.com/dotnet/sdk:8.0.301-jammy-amd64
88
LABEL maintainer="eesast"
99
WORKDIR /usr/local
1010
COPY --from=build /usr/local/Server .

0 commit comments

Comments
 (0)