From e12e6a306e1c39c78f91b3db9ce3060295d2a0a3 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 15 May 2022 05:18:39 +0000 Subject: [PATCH] =?UTF-8?q?chore(deps):=20update=20cypress/base=20to=2012?= =?UTF-8?q?=20=F0=9F=8C=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 45ba0d2..21c8baa 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ # https://documentation.codeship.com/pro/languages-frameworks/nodejs/ # use Cypress provided image with all dependencies included -FROM cypress/base:10 +FROM cypress/base:12 RUN node --version RUN npm --version WORKDIR /home/node/app