Merge pull request #4559 from nextcloud/run-apk-upgrade

upgrade preinstalled packages in final build step
This commit is contained in:
Simon L
2024-04-24 12:21:14 +02:00
committed by GitHub
17 changed files with 23 additions and 4 deletions

View File

@@ -5,6 +5,7 @@ FROM haproxy:2.9.7-alpine3.19
USER root
ENV NEXTCLOUD_HOST nextcloud-aio-nextcloud
RUN set -ex; \
apk upgrade --no-cache -a; \
apk add --no-cache \
ca-certificates \
tzdata \