From b056e8f5eb99bd5fe0bfc2f222195a37d1afd277 Mon Sep 17 00:00:00 2001 From: syuilo Date: Sat, 8 Jul 2023 15:48:46 +0900 Subject: use node 20.3.1 Fix #11179 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile index c6ddee2ae6..5431c28aad 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # syntax = docker/dockerfile:1.4 -ARG NODE_VERSION=20.4.0-bullseye +ARG NODE_VERSION=20.3.1-bullseye # build assets & compile TypeScript -- cgit v1.2.3-freya