From 9283902739e6b91e33e357796fd7ca63f1ca65da Mon Sep 17 00:00:00 2001 From: marcobaobao Date: Sat, 5 Nov 2022 15:38:04 +0100 Subject: [PATCH] bump node to v18 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5598a8b..7c6ece3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:16-alpine3.16 +FROM node:18-alpine3.16 RUN mkdir -p /usr/src/yt-dlp-webui/download VOLUME /usr/src/yt-dlp-webui/downloads WORKDIR /usr/src/yt-dlp-webui