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