From b097b73c0afe0e26a9bb5d51801c32e9e6f591ca Mon Sep 17 00:00:00 2001 From: crnial Date: Fri, 9 Sep 2022 22:31:14 +0200 Subject: [PATCH] Fix dependency issues and errors. Update the Dockerfiles in the e2e and webapp folder to the current latest versions of cypress/base and httpd. Suggestion: Update the latest tag on the cypress/base in order to prevent the need to update the e2e Dockerfile in the future. --- e2e/Dockerfile | 2 +- webapp/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/e2e/Dockerfile b/e2e/Dockerfile index a5e398c..adc87df 100644 --- a/e2e/Dockerfile +++ b/e2e/Dockerfile @@ -1,4 +1,4 @@ -FROM cypress/base:14 +FROM cypress/base:18.6.0 WORKDIR /app # dependencies will be installed only if the package files change diff --git a/webapp/Dockerfile b/webapp/Dockerfile index b2499e9..562a5ce 100644 --- a/webapp/Dockerfile +++ b/webapp/Dockerfile @@ -1,4 +1,4 @@ -FROM httpd:2.4 +FROM httpd:latest # prevent error message # AH00558: apache2: Could not reliably determine # the server's fully qualified domain name"