diff --git a/frontend/Dockerfile b/frontend/Dockerfile index 69244808..87580485 100644 --- a/frontend/Dockerfile +++ b/frontend/Dockerfile @@ -1,6 +1,6 @@ ## Use this section once builds are fixed -FROM node:20.18.0-bullseye-slim AS build +FROM node:20.18.1-bullseye-slim AS build # Build static files WORKDIR /app