Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

パッケージのDLリンクを4.22.0に更新 #458

Merged
merged 8 commits into from
Aug 6, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion desktop/install/debian.rst
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ Debian に Docker Desktop をインストールするため、推奨する手順
Install the package with apt as follows:

1. :ref:`Docker のパッケージ リポジトリをセットアップ <debian-set-up-the-repository>`
2. 最新の `DEB パッケージ <https://desktop.docker.com/linux/main/amd64/docker-desktop-4.11.0-amd64.deb>`_ をダウンロード
2. 最新の `DEB パッケージ <https://desktop.docker.com/linux/main/amd64/docker-desktop-4.22.0-amd64.deb>`_ をダウンロード
3. 以下のように apt でパッケージをインストール:

.. code-block:: bash
Expand Down
2 changes: 1 addition & 1 deletion desktop/install/fedora.rst
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ Debian に Docker Desktop をインストールするため、推奨する手順
Install the package with dnf as follows:

1. :ref:`Docker のパッケージ リポジトリをセットアップ <fedora-set-up-the-repository>`
2. 最新の `RPM パッケージ <https://desktop.docker.com/linux/main/amd64/docker-desktop-4.11.0-x86_64.rpm>`_ をダウンロード
2. 最新の `RPM パッケージ <https://desktop.docker.com/linux/main/amd64/docker-desktop-4.22.0-x86_64.rpm>`_ をダウンロード
3. 以下のように dnf でパッケージをインストール:

.. code-block:: bash
Expand Down
6 changes: 3 additions & 3 deletions desktop/install/linux-install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ Linux に Docker Desktop をインストール

----

* `RPM パッケージ <https://desktop.docker.com/linux/main/amd64/docker-desktop-4.12.0-x86_64.rpm>`_
* `DEB パッケージ <https://desktop.docker.com/linux/main/amd64/docker-desktop-4.12.0-amd64.deb>`_
* `Arch パッケージ(実験的) <https://desktop.docker.com/linux/main/amd64/docker-desktop-4.12.0-x86_64.pkg.tar.zst>`_
* `RPM パッケージ <https://desktop.docker.com/linux/main/amd64/docker-desktop-4.22.0-x86_64.rpm>`_
* `DEB パッケージ <https://desktop.docker.com/linux/main/amd64/docker-desktop-4.22.0-amd64.deb>`_
* `Arch パッケージ(実験的) <https://desktop.docker.com/linux/main/amd64/docker-desktop-4.22.0-x86_64.pkg.tar.zst>`_


.. System requirements
Expand Down
2 changes: 1 addition & 1 deletion desktop/install/ubuntu.rst
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ Debian に Docker Desktop をインストールするため、推奨する手順
Install the package with apt as follows:

1. :ref:`Docker のパッケージ リポジトリをセットアップ <ubuntu-set-up-the-repository>`
2. 最新の `DEB パッケージ <https://desktop.docker.com/linux/main/amd64/docker-desktop-4.11.0-amd64.deb>`_ をダウンロード
2. 最新の `DEB パッケージ <https://desktop.docker.com/linux/main/amd64/docker-desktop-4.22.0-amd64.deb>`_ をダウンロード
3. 以下のように apt でパッケージをインストール:

.. code-block:: bash
Expand Down