Skip to content

Commit

Permalink
Update docker dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 30, 2024
1 parent 98d85e8 commit a60b4d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.2-alpine
EXPOSE 80
COPY default.conf /etc/nginx/conf.d/default.conf
COPY --from=build /app/ui/out /usr/share/nginx/html
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.cypress
Original file line number Diff line number Diff line change
Expand Up @@ -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.0.0
WORKDIR /e2e

# for dependent modules, copy and build them
Expand Down

0 comments on commit a60b4d0

Please sign in to comment.