From caed076db6e5db3d9e121deb3f102ab319f70028 Mon Sep 17 00:00:00 2001 From: Joakim Olsson Date: Sat, 6 Apr 2024 16:48:11 +0200 Subject: [PATCH] ci: update to node 20.9.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6025cba..1eff1c3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:20 +FROM node:20.9.0 RUN apt update && \ apt install -y python3 python3-pip ruby git pipx && \