diff --git a/frontend/Dockerfile b/frontend/Dockerfile index f30e3ac3f..66a2128c5 100644 --- a/frontend/Dockerfile +++ b/frontend/Dockerfile @@ -1,4 +1,4 @@ -FROM node:21.4.0-bullseye-slim as base +FROM node:21.5.0-bullseye-slim as base SHELL ["/bin/bash", "-o", "pipefail", "-c"] ARG TARGETPLATFORM