From 472955a243384c2dcff62813df917fe8a7716534 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 25 Sep 2022 12:21:27 +0000 Subject: [PATCH] chore(deps): update cypress/base docker tag to v16 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b4b936b..1e2c1c7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,7 @@ # and if the copied files were the same, the image layer is cached and not recomputed # https://docs.docker.com/v17.09/engine/userguide/eng-image/dockerfile_best-practices/#build-cache # every other command like "RUN npm ci" is cached by default unless the command itself has been changed -FROM cypress/base:10 as TEST +FROM cypress/base:16 as TEST WORKDIR /app # dependencies will be installed only if the package files change