Skip to content

Commit

Permalink
feat(cmd/install_bin): Update Docker version to 24.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejsika committed Jun 5, 2024
1 parent 0367c63 commit 5bbae03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/install_bin/tools.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ var Tools = []Tool{
{
Name: "docker",
SourcePath: "docker/docker",
GetVersionFunc: func() string { return "20.10.8" },
GetVersionFunc: func() string { return "24.0.5" },
UrlTemplate: "https://download.docker.com/{{.OsDocker}}/static/stable/{{.ArchDocker}}/docker-{{.Version}}.tgz",
},
{
Expand Down

0 comments on commit 5bbae03

Please sign in to comment.