Skip to content

Commit 3cafda7

Browse files
Update docker dependencies
1 parent 5e6345b commit 3cafda7

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
@@ -14,7 +14,7 @@ ARG NEXT_PUBLIC_GIT_HASH=unknown
1414
RUN yarn ws:db run build
1515
RUN yarn ws:ui run build
1616

17-
FROM nginx:1.24.0-alpine
17+
FROM nginx:1.25.1-alpine
1818
EXPOSE 80
1919
COPY default.conf /etc/nginx/conf.d/default.conf
2020
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.16.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:2.3.0
6+
FROM cypress/factory:3.0.0
77
WORKDIR /e2e
88

99
# for dependent modules, copy and build them

0 commit comments

Comments
 (0)