Skip to content

Commit 88f292b

Browse files
Update docker dependencies
1 parent 8ad614e commit 88f292b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ARG NEXT_PUBLIC_GIT_HASH=unknown
1515
RUN yarn ws:db run build
1616
RUN yarn ws:ui run build
1717

18-
FROM nginx:1.24.0-alpine
18+
FROM nginx:1.27.4-alpine
1919
EXPOSE 80
2020
COPY default.conf /etc/nginx/conf.d/default.conf
2121
COPY --from=build /app/ui/out /usr/share/nginx/html

Dockerfile.cypress

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ARG NODE_VERSION='18.19.0'
33
ARG YARN_VERSION='1.22.19'
44
# Latest stable Chrome version is passed as a --build-arg in docker-build.yml workflow
55

6-
FROM cypress/factory:3.0.0
6+
FROM cypress/factory:5.3.0
77
WORKDIR /e2e
88

99
# for dependent modules, copy and build them

0 commit comments

Comments
 (0)