From 3c2061c13c2eb36686fd9c0abe35cb12c6811b61 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Sep 2024 11:51:32 -0500 Subject: [PATCH] Bump the all-docker group with 2 updates (#998) Bumps the all-docker group with 2 updates: ubuntu and nginx. Updates `ubuntu` from 22.04 to 24.04 Updates `nginx` from 1.17 to 1.27 --- updated-dependencies: - dependency-name: ubuntu dependency-type: direct:production dependency-group: all-docker - dependency-name: nginx dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-docker ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index f0fc36ecf..f1c720cef 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:22.04 AS build +FROM ubuntu:24.04 AS build LABEL maintainer="SDF Ops Team " @@ -21,7 +21,7 @@ RUN yarn rpcspec:build RUN yarn stellar-cli:build RUN NODE_OPTIONS="--max-old-space-size=4096" yarn build -FROM nginx:1.17 +FROM nginx:1.27 COPY --from=build /app/build/ /usr/share/nginx/html/ COPY nginx /etc/nginx/