Update Dockerfile

This commit is contained in:
thomisus 2023-11-14 12:21:30 +01:00 committed by GitHub
parent 85d33df405
commit 67e7ceaffe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,7 +4,7 @@ FROM ${BASE_IMAGE} as documentserver
LABEL maintainer Ascensio System SIA <support@onlyoffice.com>
ARG PG_VERSION=14
ARG OOU_VERSION_MAJOR=7.5.0
ARG OOU_VERSION_MAJOR=7.5.1
ARG OOU_BUILD=1
ENV LANG=en_US.UTF-8 LANGUAGE=en_US:en LC_ALL=en_US.UTF-8 DEBIAN_FRONTEND=noninteractive PG_VERSION=${PG_VERSION}