diff --git a/Dockerfile.frontend b/Dockerfile.frontend index 305c174..2b701c8 100644 --- a/Dockerfile.frontend +++ b/Dockerfile.frontend @@ -1,4 +1,4 @@ -FROM node:18-slim +FROM node:20-slim LABEL maintainer="hello@wagtail.org" RUN apt-get update && apt-get install rsync make -y