1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Update node version in docker build

This commit is contained in:
Bill Thornton 2023-09-28 00:51:11 -04:00
parent 6c0a64ef12
commit 32610adf53

View file

@ -1,4 +1,4 @@
FROM node:lts-alpine
FROM node:20-alpine
ARG SOURCE_DIR=/src
ARG ARTIFACT_DIR=/jellyfin-web