Skip to content

Commit

Permalink
Merge pull request #139 from jumpserver/pr@dev@perf_client
Browse files Browse the repository at this point in the history
perf: 更新客户端版本 v2.0.2
  • Loading branch information
Halo1236 authored Oct 17, 2023
2 parents cff7db5 + e3bf09b commit 7889f2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ ARG OPENSSH_VERSION=v9.2.0.0
RUN set -ex \
&& wget -qO OpenSSH-Win64.msi https://github.com/PowerShell/Win32-OpenSSH/releases/download/${OPENSSH_VERSION}p1-Beta/OpenSSH-Win64-${OPENSSH_VERSION}.msi

ARG Client_VERSION=v2.0.1
ARG Client_VERSION=v2.0.2
RUN set -ex \
&& wget -qO JumpServer-Client-Installer-x86_64.msi https://github.com/jumpserver/clients/releases/download/${Client_VERSION}/JumpServer-Client-Installer-${Client_VERSION}-x86_64.msi \
&& wget -qO JumpServer-Client-Installer-x86_64.exe https://github.com/jumpserver/clients/releases/download/${Client_VERSION}/JumpServer-Client-Installer-${Client_VERSION}-x86_64.exe \
Expand Down

0 comments on commit 7889f2f

Please sign in to comment.