From 41ba242c9c3f9cdc1957db0b3cd3c3dd157c9fa0 Mon Sep 17 00:00:00 2001 From: HAL9000COM <41276139+HAL9000COM@users.noreply.github.com> Date: Wed, 9 Aug 2023 08:52:01 +0800 Subject: Update node to 20.5.0 (#11463) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile index 5431c28aad..ce9d740ab6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # syntax = docker/dockerfile:1.4 -ARG NODE_VERSION=20.3.1-bullseye +ARG NODE_VERSION=20.5.0-bullseye # build assets & compile TypeScript -- cgit v1.2.3-freya