diff --git a/frontend/Dockerfile b/frontend/Dockerfile index 0310e8054..4f5252d3f 100644 --- a/frontend/Dockerfile +++ b/frontend/Dockerfile @@ -1,4 +1,4 @@ -FROM node:21.7.1-bullseye-slim as base +FROM node:21.7.3-bullseye-slim as base SHELL ["/bin/bash", "-o", "pipefail", "-c"] ARG TARGETPLATFORM