diff options
| author | crobibero <cody@robibe.ro> | 2020-11-10 10:03:21 -0700 |
|---|---|---|
| committer | crobibero <cody@robibe.ro> | 2020-11-10 10:03:21 -0700 |
| commit | 9b7c5cddae73124fcb7b89cb033ac6ac817dcf75 (patch) | |
| tree | 8b8b8dcc074caa1f6cfb16d0bba76c40dbf37909 /Dockerfile.arm | |
| parent | 83629ab6f24ee1a8991dae2b8a55d24c93832ad5 (diff) | |
Update build ci, dockerfiles to .Net5.0
Diffstat (limited to 'Dockerfile.arm')
| -rw-r--r-- | Dockerfile.arm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Dockerfile.arm b/Dockerfile.arm index efeed25df..e0eaca0ed 100644 --- a/Dockerfile.arm +++ b/Dockerfile.arm @@ -2,7 +2,7 @@ ##################################### # Requires binfm_misc registration # https://github.com/multiarch/qemu-user-static#binfmt_misc-register -ARG DOTNET_VERSION=3.1 +ARG DOTNET_VERSION=5.0 FROM node:alpine as web-builder @@ -14,7 +14,7 @@ RUN apk add curl git zlib zlib-dev autoconf g++ make libpng-dev gifsicle alpine- && mv dist /dist -FROM mcr.microsoft.com/dotnet/core/sdk:${DOTNET_VERSION} as builder +FROM mcr.microsoft.com/dotnet/sdk:${DOTNET_VERSION} as builder WORKDIR /repo COPY . . ENV DOTNET_CLI_TELEMETRY_OPTOUT=1 |
