Fix Docker SDK version
This commit is contained in:
parent
469ac9783e
commit
4f31bba29d
@ -1,4 +1,4 @@
|
||||
FROM mcr.microsoft.com/dotnet/sdk:8.0.303 AS base
|
||||
FROM mcr.microsoft.com/dotnet/sdk:8.0.421 AS base
|
||||
ARG BUILD_CONFIGURATION=Release
|
||||
WORKDIR /src
|
||||
COPY . /src
|
||||
|
||||
Loading…
Reference in New Issue
Block a user