diff options
| author | crobibero <cody@robibe.ro> | 2020-11-15 13:31:47 -0700 |
|---|---|---|
| committer | crobibero <cody@robibe.ro> | 2020-11-15 13:31:47 -0700 |
| commit | 185fac0677fd5c5ce46e5dc8156a852efb3e21c8 (patch) | |
| tree | 4305968a2aa820cc03b0de4479dc2002f05698ba /deployment/Dockerfile.docker.armhf | |
| parent | 2f426dfc97677deffb60420078b20a7f5f03977e (diff) | |
Upgrade all netcore3.1 to net5.0
Diffstat (limited to 'deployment/Dockerfile.docker.armhf')
| -rw-r--r-- | deployment/Dockerfile.docker.armhf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deployment/Dockerfile.docker.armhf b/deployment/Dockerfile.docker.armhf index b5a42f55f..38e72ad85 100644 --- a/deployment/Dockerfile.docker.armhf +++ b/deployment/Dockerfile.docker.armhf @@ -1,4 +1,4 @@ -ARG DOTNET_VERSION=3.1 +ARG DOTNET_VERSION=5.0 FROM mcr.microsoft.com/dotnet/core/sdk:${DOTNET_VERSION}-buster |
