From 62109cb85609802198f53d021541f14076142e56 Mon Sep 17 00:00:00 2001 From: Radek Golan Date: Mon, 4 Mar 2024 21:56:11 +0100 Subject: [PATCH] Fix source image (to get rid of deprecation warnings) --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index ae5d678..4e8182f 100644 --- a/Containerfile +++ b/Containerfile @@ -1,4 +1,4 @@ -FROM node:bookworm +FROM node:lts-bookworm RUN apt-get update && \ apt-get install -y ca-certificates curl && \