We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e6345b commit 3cafda7Copy full SHA for 3cafda7
Dockerfile
@@ -14,7 +14,7 @@ ARG NEXT_PUBLIC_GIT_HASH=unknown
14
RUN yarn ws:db run build
15
RUN yarn ws:ui run build
16
17
-FROM nginx:1.24.0-alpine
+FROM nginx:1.25.1-alpine
18
EXPOSE 80
19
COPY default.conf /etc/nginx/conf.d/default.conf
20
COPY --from=build /app/ui/out /usr/share/nginx/html
Dockerfile.cypress
@@ -3,7 +3,7 @@ ARG NODE_VERSION='18.16.0'
3
ARG YARN_VERSION='1.22.19'
4
# Latest stable Chrome version is passed as a --build-arg in docker-build.yml workflow
5
6
-FROM cypress/factory:2.3.0
+FROM cypress/factory:3.0.0
7
WORKDIR /e2e
8
9
# for dependent modules, copy and build them
0 commit comments