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