From 9220ab708b1b23d5e12725ccfbd23c2a2329889a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 10 Mar 2025 11:37:24 +0000 Subject: [PATCH] Update docker dependencies --- Dockerfile | 2 +- Dockerfile.cypress | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 02615de43..04d86dbd2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,7 @@ ARG NEXT_PUBLIC_GIT_HASH=unknown RUN yarn ws:db run build RUN yarn ws:ui run build -FROM nginx:1.24.0-alpine +FROM nginx:1.27.4-alpine EXPOSE 80 COPY default.conf /etc/nginx/conf.d/default.conf COPY --from=build /app/ui/out /usr/share/nginx/html diff --git a/Dockerfile.cypress b/Dockerfile.cypress index e1083c453..6e4cd0db0 100644 --- a/Dockerfile.cypress +++ b/Dockerfile.cypress @@ -3,7 +3,7 @@ ARG NODE_VERSION='18.19.0' ARG YARN_VERSION='1.22.19' # Latest stable Chrome version is passed as a --build-arg in docker-build.yml workflow -FROM cypress/factory:3.0.0 +FROM cypress/factory:5.4.0 WORKDIR /e2e # for dependent modules, copy and build them