mirror of
https://github.com/thomisus/Docker-DocumentServer.git
synced 2026-07-09 17:18:49 +00:00
Update to modern LABEL maintainer syntax
This commit is contained in:
parent
bd0a5d0099
commit
f6cf4c37c1
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue