From ba0c6c0fb284a67f269b3b9198a4f61b1d767ce3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 17 May 2026 02:09:31 +0000 Subject: [PATCH] Bump the all-docker group across 1 directory with 2 updates Bumps the all-docker group with 2 updates in the / directory: ubuntu and nginx. Updates `ubuntu` from 24.04 to 26.04 Updates `nginx` from 1.29 to 1.31 --- updated-dependencies: - dependency-name: ubuntu dependency-version: '26.04' dependency-type: direct:production dependency-group: all-docker - dependency-name: nginx dependency-version: '1.31' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-docker ... Signed-off-by: dependabot[bot] --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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/