From 5d8f66ae2263a8ee4f68cb102cf0c60bc9fe982b Mon Sep 17 00:00:00 2001 From: sriram veeraghanta Date: Wed, 8 Jan 2025 20:12:49 +0530 Subject: [PATCH] fix: upgrade live server to node 20 --- live/Dockerfile.live | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/live/Dockerfile.live b/live/Dockerfile.live index 6664fee97..ae9eba9d1 100644 --- a/live/Dockerfile.live +++ b/live/Dockerfile.live @@ -1,4 +1,4 @@ -FROM node:18-alpine AS base +FROM node:20-alpine AS base # The web Dockerfile is copy-pasted into our main docs at /docs/handbook/deploying-with-docker. # Make sure you update this Dockerfile, the Dockerfile in the web workspace and copy that over to Dockerfile in the docs.