Skip to content

Commit

Permalink
chore(deps): update mcr.microsoft.com/dotnet/core/sdk docker tag to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and amanda-tarafa committed Aug 9, 2021
1 parent a594812 commit edb3c38
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cloud-sql/mysql/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

# Use Microsoft's official .NET image.
# https://hub.docker.com/r/microsoft/dotnet
FROM mcr.microsoft.com/dotnet/core/sdk:2.1
FROM mcr.microsoft.com/dotnet/core/sdk:3.1
# FROM microsoft/dotnet:3.0-sdk

# Install production dependencies.
Expand Down
2 changes: 1 addition & 1 deletion cloud-sql/postgres/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

# Use Microsoft's official .NET image.
# https://hub.docker.com/r/microsoft/dotnet
FROM mcr.microsoft.com/dotnet/core/sdk:2.1
FROM mcr.microsoft.com/dotnet/core/sdk:3.1
# FROM microsoft/dotnet:3.0-sdk

# Install production dependencies.
Expand Down

0 comments on commit edb3c38

Please sign in to comment.