diff options
| author | Bill Thornton <billt2006@gmail.com> | 2023-09-29 10:11:01 -0400 |
|---|---|---|
| committer | Bill Thornton <billt2006@gmail.com> | 2023-09-29 10:11:01 -0400 |
| commit | 3e10ace985f70fdb92dc655d792cfbc34f2c4bd8 (patch) | |
| tree | 670e531a0bf7b6b8bbeeb1accb9e8b9a50a5aa60 /Dockerfile.arm64 | |
| parent | 54ef80ef586b8b894744c533729831903ae5b9bf (diff) | |
Update node versions
Diffstat (limited to 'Dockerfile.arm64')
| -rw-r--r-- | Dockerfile.arm64 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile.arm64 b/Dockerfile.arm64 index 4f9d5e1fd..83137ee89 100644 --- a/Dockerfile.arm64 +++ b/Dockerfile.arm64 @@ -5,7 +5,7 @@ ARG DOTNET_VERSION=7.0 -FROM node:lts-alpine as web-builder +FROM node:20-alpine as web-builder ARG JELLYFIN_WEB_VERSION=master RUN apk add curl git zlib zlib-dev autoconf g++ make libpng-dev gifsicle alpine-sdk automake libtool make gcc musl-dev nasm python3 \ && curl -L https://github.com/jellyfin/jellyfin-web/archive/${JELLYFIN_WEB_VERSION}.tar.gz | tar zxf - \ |
