Skip to content

Commit

Permalink
Update docker to the latest 20.10 version (#1510)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmerkes authored Nov 9, 2023
1 parent 4a6b51e commit e7f95af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/USER_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Users have the following options for specifying their own values:
| `cni_plugin_version` | ```v1.2.0``` | |
| `containerd_version` | ```1.6.*``` | |
| `creator` | ```{{env `USER`}}``` | |
| `docker_version` | ```20.10.23-1.amzn2.0.1``` | |
| `docker_version` | ```20.10.*``` | |
| `encrypted` | ```false``` | |
| `enable_fips` | ```false``` | Install openssl and enable fips related kernel parameters |
| `instance_type` | *None* | |
Expand Down
2 changes: 1 addition & 1 deletion eks-worker-al2-variables.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"cni_plugin_version": "v1.2.0",
"containerd_version": "1.6.*",
"creator": "{{env `USER`}}",
"docker_version": "20.10.23-1.amzn2.0.1",
"docker_version": "20.10.*",
"enable_fips": "false",
"encrypted": "false",
"kernel_version": "",
Expand Down

0 comments on commit e7f95af

Please sign in to comment.