Skip to content

Commit

Permalink
chore(deps): update mcr.microsoft.com/dotnet/sdk docker tag to v8.0.301
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 31, 2024
1 parent b9ee3d1 commit bdce50f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dependency/Dockerfile/Dockerfile_run_client
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mcr.microsoft.com/dotnet/sdk:8.0.300-jammy-amd64 AS build
FROM mcr.microsoft.com/dotnet/sdk:8.0.301-jammy-amd64 AS build
LABEL maintainer="eesast"
WORKDIR /usr/local
COPY . .
Expand Down
4 changes: 2 additions & 2 deletions dependency/Dockerfile/Dockerfile_run_server
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
FROM mcr.microsoft.com/dotnet/sdk:8.0.300-jammy-amd64 AS build
FROM mcr.microsoft.com/dotnet/sdk:8.0.301-jammy-amd64 AS build
LABEL maintainer="eesast"
WORKDIR /usr/local
COPY . .
RUN dotnet publish logic/Server/Server.csproj -c Release -o /usr/local/Server --self-contained true -r linux-x64

FROM mcr.microsoft.com/dotnet/sdk:8.0.300-jammy-amd64
FROM mcr.microsoft.com/dotnet/sdk:8.0.301-jammy-amd64
LABEL maintainer="eesast"
WORKDIR /usr/local
COPY --from=build /usr/local/Server .
Expand Down

0 comments on commit bdce50f

Please sign in to comment.