diff --git a/Dockerfile b/Dockerfile index a3bc7d883..4609d55c7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:24.04 AS build +FROM ubuntu:26.04 AS build LABEL maintainer="SDF Ops Team " @@ -32,7 +32,7 @@ ENV NODE_OPTIONS="--max-old-space-size=4096" # fi RUN yarn build --no-minify -FROM nginx:1.29 +FROM nginx:1.31 COPY --from=build /app/build/ /usr/share/nginx/html/ COPY nginx /etc/nginx/