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.