From 6bd663d5a03449d672c34c84ec5300eb3401aa30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tadeusz=20=E2=80=9Etadzik=E2=80=9D=20So=C5=9Bnierz?= Date: Mon, 6 Jan 2025 10:14:35 +0100 Subject: [PATCH] Bump node to 20 in both places of the Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b1c2dde6..e43aa6e8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ COPY ./widget /build/widget/ RUN yarn build -FROM node:18-bullseye-slim +FROM node:20-bullseye-slim VOLUME /data/ /config/