Skip to content
This repository was archived by the owner on May 7, 2024. It is now read-only.

Commit b561a08

Browse files
committed
Updated Dockerfile buster slim
1 parent db3e70d commit b561a08

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

KubernetesSample/src/StockData/Dockerfile

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:5.0 as build
1+
FROM mcr.microsoft.com/dotnet/sdk:5.0.102-ca-patch-buster-slim as build
22

33
WORKDIR /src
44

KubernetesSample/src/StockWeb/Dockerfile

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:5.0 as build
1+
FROM mcr.microsoft.com/dotnet/sdk:5.0.102-ca-patch-buster-slim as build
22

33
WORKDIR /src
44

0 commit comments

Comments
 (0)