Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 7e8b3d7

Browse filesBrowse files
author
Simon Zeltser
authored
Merge pull request GoogleCloudPlatform#132 from renovate-bot/renovate/docker-mcr.microsoft.com-dotnet-core-sdk-2.x
Update mcr.microsoft.com/dotnet/core/sdk Docker tag to v2.2
2 parents 74b2bf7 + 7a165bd commit 7e8b3d7
Copy full SHA for 7e8b3d7

3 files changed

+3-3Lines changed: 3 additions & 3 deletions

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎dotnet/dotnet-guestbook/src/backend/Dockerfile‎

Copy file name to clipboardExpand all lines: dotnet/dotnet-guestbook/src/backend/Dockerfile
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM mcr.microsoft.com/dotnet/core/aspnet:2.2 AS base
22
WORKDIR /src
33
EXPOSE 80
44

5-
FROM mcr.microsoft.com/dotnet/core/sdk:2.1 AS build
5+
FROM mcr.microsoft.com/dotnet/core/sdk:2.2 AS build
66
WORKDIR /src
77
COPY . .
88
RUN dotnet restore backend.csproj
Collapse file

‎dotnet/dotnet-guestbook/src/frontend/Dockerfile‎

Copy file name to clipboardExpand all lines: dotnet/dotnet-guestbook/src/frontend/Dockerfile
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM mcr.microsoft.com/dotnet/core/aspnet:2.2 AS base
22
WORKDIR /src
33
EXPOSE 80
44

5-
FROM mcr.microsoft.com/dotnet/core/sdk:2.1 AS build
5+
FROM mcr.microsoft.com/dotnet/core/sdk:2.2 AS build
66
WORKDIR /src
77
COPY . .
88
RUN dotnet restore frontend.csproj
Collapse file

‎dotnet/dotnet-hello-world/src/Dockerfile‎

Copy file name to clipboardExpand all lines: dotnet/dotnet-hello-world/src/Dockerfile
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM mcr.microsoft.com/dotnet/core/aspnet:2.2 AS base
22
WORKDIR /src
33
EXPOSE 80
44

5-
FROM mcr.microsoft.com/dotnet/core/sdk:2.1 AS build
5+
FROM mcr.microsoft.com/dotnet/core/sdk:2.2 AS build
66
WORKDIR /src
77
COPY . .
88
RUN dotnet restore helloworld.csproj

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.