Skip to content

Commit

Permalink
Update mcr.microsoft.com/dotnet/core/sdk Docker tag to v3.1 (#354)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and omerlh committed Dec 18, 2019
1 parent 1c5785e commit 3234e38
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:

run_tests:
docker:
- image: mcr.microsoft.com/dotnet/core/sdk:3.0
- image: mcr.microsoft.com/dotnet/core/sdk:3.1

steps:
- checkout
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mcr.microsoft.com/dotnet/core/sdk:3.0 AS build-env
FROM mcr.microsoft.com/dotnet/core/sdk:3.1 AS build-env

ARG PROJECT_NAME=decrypt-api

Expand Down

0 comments on commit 3234e38

Please sign in to comment.