Skip to content

Commit 2b7b47b

Browse files
authored
chore(deps): update mcr.microsoft.com/dotnet/sdk docker tag to v7.0.102 (#1470)
1 parent 5112c20 commit 2b7b47b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cartservice/src/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414

1515
# https://mcr.microsoft.com/v2/dotnet/sdk/tags/list
16-
FROM mcr.microsoft.com/dotnet/sdk:7.0.101@sha256:7864257426b137231c0cf13cee1261c2b029f879ebcacea077de631404ba6447 as builder
16+
FROM mcr.microsoft.com/dotnet/sdk:7.0.102@sha256:028d360c0f409f13daf8689edfe680dba9d4b651eb8a6f1210a3542f0ad4bf58 as builder
1717
WORKDIR /app
1818
COPY cartservice.csproj .
1919
RUN dotnet restore cartservice.csproj -r linux-musl-x64

0 commit comments

Comments
 (0)