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 | |
| parent | 54ef80ef586b8b894744c533729831903ae5b9bf (diff) | |
Update node versions
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile index e51d285e1..9be319311 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ # https://github.com/multiarch/qemu-user-static#binfmt_misc-register 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 - \ |
