You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Following the instructions in cypress/factory to build a custom Docker image with Node.js v22.10.0 (current), published by Antoine du Hamel on Oct 16, 2024, fails with
15.62 gpg: Signature made Wed Oct 16 22:39:29 2024 UTC
15.62 gpg: using RSA key C0D6248439F1D5604AAFFB4021D900FFDB233756
15.62 gpg: Can't check signature: No public key
Steps to reproduce
mkdir cy-node-22.10.0-test
cd cy-node-22.10.0-test
Create a Dockerfile with the following content:
ARG NODE_VERSION='22.10.0'FROM cypress/factory
docker build . -t test
The text was updated successfully, but these errors were encountered:
Issue
Following the instructions in cypress/factory to build a custom Docker image with Node.js v22.10.0 (current), published by Antoine du Hamel on Oct 16, 2024, fails with
Steps to reproduce
mkdir cy-node-22.10.0-test cd cy-node-22.10.0-test
Create a
Dockerfile
with the following content:The text was updated successfully, but these errors were encountered: