We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5112c20 commit 2b7b47bCopy full SHA for 2b7b47b
src/cartservice/src/Dockerfile
@@ -13,7 +13,7 @@
13
# limitations under the License.
14
15
# https://mcr.microsoft.com/v2/dotnet/sdk/tags/list
16
-FROM mcr.microsoft.com/dotnet/sdk:7.0.101@sha256:7864257426b137231c0cf13cee1261c2b029f879ebcacea077de631404ba6447 as builder
+FROM mcr.microsoft.com/dotnet/sdk:7.0.102@sha256:028d360c0f409f13daf8689edfe680dba9d4b651eb8a6f1210a3542f0ad4bf58 as builder
17
WORKDIR /app
18
COPY cartservice.csproj .
19
RUN dotnet restore cartservice.csproj -r linux-musl-x64
0 commit comments