From 235f8fb14ecfbf367f046733228609c3d4db6dda Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 27 Oct 2024 23:54:40 +0100 Subject: [PATCH] Update Dockerfile --- spotweb/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spotweb/Dockerfile b/spotweb/Dockerfile index 8eced1b96..32b26615c 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="" +ENV PHPVERS="83" RUN apk -U update && \ # hadolint ignore=DL3017 apk -U upgrade && \