P4_VERSION=r20.1

This commit is contained in:
STAM 2021-04-01 13:00:31 +03:00
parent 83a7c7d09e
commit 907c422bb4
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ RUN for i in $(seq 1 8); do mkdir -p "/usr/share/man/man${i}"; done
################################################################## ##################################################################
# perforce client binary # 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 ARG P4_DOWNLOAD_URL=http://www.perforce.com/downloads/perforce/${P4_VERSION}/bin.linux26x86_64/p4
################################################################## ##################################################################

View File

@ -12,7 +12,7 @@ COPY locale.gen /etc/locale.gen
################################################################## ##################################################################
# perforce client binary # 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 ARG P4_DOWNLOAD_URL=http://www.perforce.com/downloads/perforce/${P4_VERSION}/bin.linux26x86_64/p4
################################################################## ##################################################################