From 6620edca7dc30f2b13b9e87eac7cd883ab258097 Mon Sep 17 00:00:00 2001 From: Jakub Onderka Date: Fri, 18 Oct 2024 17:25:02 +0200 Subject: [PATCH] Download package from https endpoint --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f8d28f36..305b2512 100644 --- a/Dockerfile +++ b/Dockerfile @@ -103,7 +103,7 @@ ARG PRODUCT_NAME=documentserver ARG PRODUCT_EDITION= ARG PACKAGE_VERSION= ARG TARGETARCH -ARG PACKAGE_BASEURL="http://download.onlyoffice.com/install/documentserver/linux" +ARG PACKAGE_BASEURL="https://download.onlyoffice.com/install/documentserver/linux" ENV COMPANY_NAME=$COMPANY_NAME \ PRODUCT_NAME=$PRODUCT_NAME \