FROM cypress/base:12.19.0

RUN npm -g install cypress@$VERSION && \
    npm -g remove cypress
