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

Commit 233ed0c

Browse files
authored
Switch to a serviced SDK tag (#8)
1 parent f14da51 commit 233ed0c

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

33
WORKDIR /src
44

0 commit comments

Comments
 (0)