This is an automated email from the ASF dual-hosted git repository.

zregvart pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-website.git


The following commit(s) were added to refs/heads/main by this push:
     new 30806acd Update base build image to Debian Buster
30806acd is described below

commit 30806acd4858fa133dabfd715cb8d68b805ec386
Author: Zoran Regvart <zo...@regvart.com>
AuthorDate: Fri May 5 12:08:27 2023 +0200

    Update base build image to Debian Buster
---
 Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile
index 23a93438..b9dfbde4 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,4 +1,4 @@
-FROM node:lts-stretch
+FROM node:lts-buster
 
 RUN set -ex \
   && apt-get update \

Reply via email to