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 && \