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
# hadolint ignore=DL3003
# Install app dependencies
ENV PHPVERS="81"
ENV PHPVERS=""
RUN apk -U update && \
# hadolint ignore=DL3017
apk -U upgrade && \