From e555520c81d38a9e2e13d34ff143105e4c16f6b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Sep 2024 16:22:34 +0000 Subject: [PATCH] Bump the all-docker group with 2 updates 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] --- 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/