Skip to content
This repository has been archived by the owner on Aug 8, 2024. It is now read-only.

Commit

Permalink
Merge pull request #14 from jumpserver/dev
Browse files Browse the repository at this point in the history
perf: 更新仓库地址
  • Loading branch information
wojiushixiaobai authored Jan 16, 2024
2 parents f3db31f + 81f52c0 commit 260e530
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ RUN set -ex \
ARG CHROME_VERSION=118.0.5993.118
ARG CHROME_DRIVER_VERSION=118.0.5993.70
RUN set -ex \
&& wget -q https://github.com/wojiushixiaobai/Chrome-Portable-Win64/releases/download/${CHROME_DRIVER_VERSION}/chromedriver-win64.zip \
&& wget -q https://github.com/wojiushixiaobai/Chrome-Portable-Win64/releases/download/${CHROME_VERSION}/chrome-win.zip
&& wget -q https://github.com/jumpserver-dev/Chrome-Portable-Win64/releases/download/${CHROME_DRIVER_VERSION}/chromedriver-win64.zip \
&& wget -q https://github.com/jumpserver-dev/Chrome-Portable-Win64/releases/download/${CHROME_VERSION}/chrome-win.zip

ARG DBEAVER_VERSION=22.3.4
RUN set -ex \
Expand Down

0 comments on commit 260e530

Please sign in to comment.