aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile.arm64
diff options
context:
space:
mode:
authorBond_009 <bond.009@outlook.com>2019-12-06 21:28:47 +0100
committerBond_009 <bond.009@outlook.com>2019-12-06 21:28:47 +0100
commitc8f403238e3e98aee79959d6e52be9dcd7876256 (patch)
treee8770142dbe21e08c7bde5885df3c89e340246f8 /Dockerfile.arm64
parent6f283d80dc00fe63b59dfb7a134528f295615da7 (diff)
Move to .Net Core 3.1
Diffstat (limited to 'Dockerfile.arm64')
-rw-r--r--Dockerfile.arm642
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile.arm64 b/Dockerfile.arm64
index 3c1b2e3ea..d41268f13 100644
--- a/Dockerfile.arm64
+++ b/Dockerfile.arm64
@@ -1,6 +1,6 @@
# Requires binfm_misc registration
# https://github.com/multiarch/qemu-user-static#binfmt_misc-register
-ARG DOTNET_VERSION=3.0
+ARG DOTNET_VERSION=3.1
FROM node:alpine as web-builder