diff --git a/spotweb/Dockerfile b/spotweb/Dockerfile index 90c83d0d5..8eced1b96 100644 --- a/spotweb/Dockerfile +++ b/spotweb/Dockerfile @@ -42,7 +42,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"] # Setup base # hadolint ignore=DL3003 # Install app dependencies -ENV PHPVERS="81" +ENV PHPVERS="" RUN apk -U update && \ # hadolint ignore=DL3017 apk -U upgrade && \