File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ Fedora versions:
2626
2727- Fedora 38
2828- Fedora 39
29+ - Fedora 40
2930
3031### Uninstall old versions
3132
@@ -112,17 +113,17 @@ $ sudo dnf config-manager --add-repo {{% param "download-url-base" %}}/docker-ce
112113 ``` console
113114 $ dnf list docker-ce --showduplicates | sort -r
114115
115- docker-ce.x86_64 3:25.0 .0-1.fc39 docker-ce-stable
116- docker-ce.x86_64 3:24 .0.7 -1.fc39 docker-ce-stable
116+ docker-ce.x86_64 3:26.1 .0-1.fc40 docker-ce-stable
117+ docker-ce.x86_64 3:26 .0.2 -1.fc40 docker-ce-stable
117118 <...>
118119 ```
119120
120121 The list returned depends on which repositories are enabled, and is specific
121- to your version of Fedora (indicated by the ` .fc39 ` suffix in this example).
122+ to your version of Fedora (indicated by the ` .fc40 ` suffix in this example).
122123
123124 Install a specific version by its fully qualified package name, which is
124125 the package name (` docker-ce ` ) plus the version string (2nd column),
125- separated by a hyphen (` - ` ). For example, ` docker-ce-3:25.0 .0-1.fc39 ` .
126+ separated by a hyphen (` - ` ). For example, ` docker-ce-3:26.1 .0-1.fc40 ` .
126127
127128 Replace ` <VERSION_STRING> ` with the desired version and then run the following
128129 command to install:
You can’t perform that action at this time.
0 commit comments