fix: upgrade live server to node 20

This commit is contained in:
sriram veeraghanta 2025-01-08 20:12:49 +05:30
parent ce4a375b62
commit 5d8f66ae22

View file

@ -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.