Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Sidney Andrews committed Sep 9, 2020
1 parent a9dcf51 commit 57c962e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Instructions/Labs/AZ-204_05_lab_ak.md
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ In this exercise, you used Cloud Shell to create a VM as part of an automated sc
1. Copy and paste the following code into the **Dockerfile** file:
```
# Start using the .NET Core 3.1 SDK container image
# Start using the .NET Core 2.2 SDK container image
FROM mcr.microsoft.com/dotnet/core/sdk:2.2-alpine AS build
# Change current working directory
Expand Down

0 comments on commit 57c962e

Please sign in to comment.