From ee4cb23db22ebded2b4902b0110b8bb12df2bcf8 Mon Sep 17 00:00:00 2001 From: Benjamin Toby Date: Thu, 6 Feb 2025 10:03:10 +0100 Subject: [PATCH] Updates --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d433093..03fbe12 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:20-bookworm +FROM node:22-bookworm RUN apt update RUN apt install -y curl bash nano wget zip unzip