From 3cafda777770c7af076dcdb9895d92b7b6ca74ad Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 9 Aug 2023 14:43:04 +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 1600c69730..66236dca2b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,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.25.1-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 fe4e1ae0ae..99ac137337 100644 --- a/Dockerfile.cypress +++ b/Dockerfile.cypress @@ -3,7 +3,7 @@ ARG NODE_VERSION='18.16.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:2.3.0 +FROM cypress/factory:3.0.0 WORKDIR /e2e # for dependent modules, copy and build them