Skip to content
This repository has been archived by the owner on Feb 1, 2024. It is now read-only.

Fix dependency issues and errors. #110

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion e2e/Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion webapp/Dockerfile
Original file line number Diff line number Diff line change
@@ -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"
Expand Down