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 ##################################################################