From 99699d01497dc4d04053db70cb522efef2c2647a Mon Sep 17 00:00:00 2001 From: Thibaud Colas Date: Tue, 1 Feb 2022 20:58:29 +0000 Subject: [PATCH] Upgrade to Node 16 (#39) --- Dockerfile.frontend | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.frontend b/Dockerfile.frontend index 64b8755..6b78b38 100644 --- a/Dockerfile.frontend +++ b/Dockerfile.frontend @@ -1,4 +1,4 @@ -FROM node:14-slim +FROM node:16-slim LABEL maintainer="hello@wagtail.io" RUN apt-get update && apt-get install rsync -y