mirror of
https://github.com/ONLYOFFICE/Docker-DocumentServer.git
synced 2026-02-10 20:45:40 +08:00
fix Bug 69800 - Fix warning in casing mismatch
This commit is contained in:
committed by
Alexey Golubev
parent
cf34136b58
commit
1581d5b3fb
@ -2,7 +2,7 @@ ARG BASE_VERSION=22.04
|
||||
|
||||
ARG BASE_IMAGE=ubuntu:$BASE_VERSION
|
||||
|
||||
FROM ${BASE_IMAGE} as documentserver
|
||||
FROM ${BASE_IMAGE} AS documentserver
|
||||
LABEL maintainer Ascensio System SIA <support@onlyoffice.com>
|
||||
|
||||
ARG BASE_VERSION
|
||||
|
||||
Reference in New Issue
Block a user