We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7848ef3 commit fccf3aaCopy full SHA for fccf3aa
Dockerfile
@@ -15,7 +15,7 @@ ARG NEXT_PUBLIC_GIT_HASH=unknown
15
RUN yarn ws:db run build
16
RUN yarn ws:ui run build
17
18
-FROM nginx:1.24.0-alpine
+FROM nginx:1.25.3-alpine
19
EXPOSE 80
20
COPY default.conf /etc/nginx/conf.d/default.conf
21
COPY --from=build /app/ui/out /usr/share/nginx/html
Dockerfile.cypress
@@ -3,7 +3,7 @@ ARG NODE_VERSION='18.18.2'
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:3.0.0
+FROM cypress/factory:3.2.0
7
WORKDIR /e2e
8
9
# for dependent modules, copy and build them
0 commit comments