From cb7596117daf595ca8a9c18d47b43c8e69e80056 Mon Sep 17 00:00:00 2001 From: Radek Golan Date: Mon, 4 Mar 2024 18:49:03 +0100 Subject: [PATCH] Use node as a base image --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index 1015d37..8d076de 100644 --- a/Containerfile +++ b/Containerfile @@ -1,4 +1,4 @@ -FROM ubuntu:22.04 +FROM node:bookworm RUN apt-get update && \ apt-get install -y ca-certificates curl software-properties-common && \