Added missing Labels to Dockerfiles

This commit is contained in:
DerLinkman 2023-05-05 10:05:40 +00:00
parent 466e36ecbb
commit 92d2cca7c3
No known key found for this signature in database
GPG Key ID: F109FD97469550A2

View File

@ -1,4 +1,5 @@
FROM solr:7.7-slim FROM solr:7.7-slim
LABEL maintainer "The Infrastructure Company GmbH <info@servercow.de>"
USER root USER root