Skip to content

Commit

Permalink
fix: update cypress 13 base image (#6143)
Browse files Browse the repository at this point in the history
fix this issue with amd64 build:

```
 0.551 Err:5 https://dl.google.com/linux/chrome/deb stable InRelease
    │ 0.551   The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 32EE5355A6BC6E42
```
  • Loading branch information
ed382 authored Jan 29, 2025
1 parent 639f88b commit c49e6a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/executor/cypress/build/agent/Dockerfile.cypress13
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# syntax=docker/dockerfile:1
FROM cypress/included:13.6.1
FROM cypress/included:13.17.0
COPY cypress /bin/runner

RUN apt-get update && \
Expand Down

0 comments on commit c49e6a4

Please sign in to comment.