aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile.arm
diff options
context:
space:
mode:
authorBond_009 <bond.009@outlook.com>2023-11-15 22:21:20 +0100
committerBond_009 <bond.009@outlook.com>2023-11-15 22:21:20 +0100
commit5fa1b8ac3a7e65f0972e4fc55e83172f66efd794 (patch)
tree44e24d5598c7730eaa95e5e5a59be7f3067f4924 /Dockerfile.arm
parent5dad89cee331138dd2e4c24eecaea36aef2ee503 (diff)
Update more Dockerfiles
Diffstat (limited to 'Dockerfile.arm')
-rw-r--r--Dockerfile.arm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile.arm b/Dockerfile.arm
index e8ec6398e..db1acc838 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=7.0
+ARG DOTNET_VERSION=8.0
FROM node:20-alpine as web-builder