Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump cypress/factory from 0c030c6 to ae7c952 in /packages/e2e/base-image #3723

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/e2e/base-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
ARG CHROME_VERSION='130.0.6723.69-1'
ARG NODE_VERSION='20.18.0'

FROM cypress/factory@sha256:0c030c6b3b824469ad63710d151e8b1cefcf67e6703099a335aafcb4a5ef97d4
FROM cypress/factory@sha256:ae7c95201296b309db6e46a0aab959ebe733517da650296e917d3e86c8adc035

RUN apt-get update && apt-get install -y apt-transport-https ca-certificates curl gpg &&\
mkdir -p /etc/apt/keyrings &&\
Expand Down