diff --git a/Dockerfile b/Dockerfile index 3d46c37..c254e4c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM node:24.14.1 AS node -FROM nginx:1.29.7 +FROM nginx:1.31.0 ARG DOCKER_REACT_VERSION # Grab and link the node binaries from the node image.