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