From fd304605d9e89c194c5846c079b09ce29b2bac58 Mon Sep 17 00:00:00 2001 From: marcobaobao Date: Fri, 6 May 2022 11:12:03 +0200 Subject: [PATCH] updated dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index aa782e9..62a8516 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:16-alpine3.15 +FROM node:18-alpine3.14 RUN mkdir -p /usr/src/yt-dlp-webui/download VOLUME /usr/src/yt-dlp-webui/downloads WORKDIR /usr/src/yt-dlp-webui