From e9dc641b684da73ebd3732d4dae181c3cc4db838 Mon Sep 17 00:00:00 2001 From: Renovate Date: Sat, 6 Apr 2024 16:53:21 +0000 Subject: [PATCH] chore(deps): update node.js to v20.12.1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1eff1c3..23e1c14 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:20.9.0 +FROM node:20.12.1 RUN apt update && \ apt install -y python3 python3-pip ruby git pipx && \