From 907c422bb4818ecd390badeb64f316280e690866 Mon Sep 17 00:00:00 2001 From: STAM Date: Thu, 1 Apr 2021 13:00:31 +0300 Subject: [PATCH] P4_VERSION=r20.1 --- linux/epicmorg/prod/main/Dockerfile | 2 +- linux/teamcity/server/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/linux/epicmorg/prod/main/Dockerfile b/linux/epicmorg/prod/main/Dockerfile index f2da08333..60b650f00 100644 --- a/linux/epicmorg/prod/main/Dockerfile +++ b/linux/epicmorg/prod/main/Dockerfile @@ -15,7 +15,7 @@ RUN for i in $(seq 1 8); do mkdir -p "/usr/share/man/man${i}"; done ################################################################## # perforce client binary ################################################################## -ARG P4_VERSION=r20.2 +ARG P4_VERSION=r20.1 ARG P4_DOWNLOAD_URL=http://www.perforce.com/downloads/perforce/${P4_VERSION}/bin.linux26x86_64/p4 ################################################################## diff --git a/linux/teamcity/server/Dockerfile b/linux/teamcity/server/Dockerfile index b2218add6..8978b8692 100644 --- a/linux/teamcity/server/Dockerfile +++ b/linux/teamcity/server/Dockerfile @@ -12,7 +12,7 @@ COPY locale.gen /etc/locale.gen ################################################################## # perforce client binary ################################################################## -ARG P4_VERSION=r20.2 +ARG P4_VERSION=r20.1 ARG P4_DOWNLOAD_URL=http://www.perforce.com/downloads/perforce/${P4_VERSION}/bin.linux26x86_64/p4 ##################################################################