Update Dockerfile

This commit is contained in:
Alexandre
2024-10-27 21:45:28 +01:00
committed by GitHub
parent 92f0d6c0c1
commit 92dc1dcb78

View File

@@ -42,7 +42,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
# Setup base # Setup base
# hadolint ignore=DL3003 # hadolint ignore=DL3003
# Install app dependencies # Install app dependencies
ENV PHPVERS="81" ENV PHPVERS=""
RUN apk -U update && \ RUN apk -U update && \
# hadolint ignore=DL3017 # hadolint ignore=DL3017
apk -U upgrade && \ apk -U upgrade && \