Merge pull request #3231 from nextcloud/enh/3225/hadolint

adjust docker-lint to use hadolint
This commit is contained in:
Simon L
2023-09-27 12:10:33 +02:00
committed by GitHub
10 changed files with 21 additions and 20 deletions

View File

@@ -3,6 +3,7 @@ FROM collabora/code:23.05.4.2.1
USER root
# hadolint ignore=DL3008
RUN set -ex; \
\
apt-get update; \