From 95ac136231efc742af7275360d72599cf3c8ec6e Mon Sep 17 00:00:00 2001 From: "Alessandro (Ale) Segala" <43508+ItalyPaleAle@users.noreply.github.com> Date: Wed, 12 May 2021 22:21:56 -0700 Subject: [PATCH] Update Node.js to 16 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 857c22eb..a8470ad6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:12 +FROM node:16 ENV XDG_CONFIG_HOME /github/workspace ENV WRANGLER_HOME /github/workspace COPY entrypoint.sh /entrypoint.sh