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