Update Dockerfile

This commit is contained in:
Alexandre
2024-10-27 23:54:40 +01:00
committed by GitHub
parent 6120e0fdbf
commit 235f8fb14e

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="" ENV PHPVERS="83"
RUN apk -U update && \ RUN apk -U update && \
# hadolint ignore=DL3017 # hadolint ignore=DL3017
apk -U upgrade && \ apk -U upgrade && \