Update to modern LABEL maintainer syntax

This commit is contained in:
Vladimir Ischenko 2025-08-27 16:13:19 +03:00
parent bd0a5d0099
commit f6cf4c37c1

View file

@ -3,7 +3,7 @@ ARG BASE_VERSION=24.04
ARG BASE_IMAGE=ubuntu:$BASE_VERSION
FROM ${BASE_IMAGE} AS documentserver
LABEL maintainer Ascensio System SIA <support@onlyoffice.com>
LABEL maintainer="Ascensio System SIA <support@onlyoffice.com>"
ARG BASE_VERSION
ARG PG_VERSION=16