You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-12Lines changed: 12 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -198,9 +198,9 @@ Elixir application images:
198
198
199
199
## RECENT UPDATES
200
200
201
-
Latest version: `1.40.8` (`1/7/2024`)
201
+
Latest version: `1.40.9` (`1/15/2024`)
202
202
203
-
The 1.40.8 release adds a simple container registry (`registry server` command) and introduces the `vulnerability` command and the `epss` subcommand to lookup vulnerability exploitation probability score data.
203
+
The 1.40.9 release is a minor release that makes a number of monitor data event improvements.
204
204
205
205
For more info about the latest release see the [`CHANGELOG`](CHANGELOG.md).
206
206
@@ -217,15 +217,15 @@ slim update
217
217
218
218
1. Download the zip package for your platform.
219
219
220
-
-[Latest Mac binaries](https://downloads.dockerslim.com/releases/1.40.8/dist_mac.zip) (`curl -L -o ds.zip https://downloads.dockerslim.com/releases/1.40.8/dist_mac.zip`)
220
+
-[Latest Mac binaries](https://downloads.dockerslim.com/releases/1.40.9/dist_mac.zip) (`curl -L -o ds.zip https://downloads.dockerslim.com/releases/1.40.9/dist_mac.zip`)
221
221
222
-
-[Latest Mac M1 binaries](https://downloads.dockerslim.com/releases/1.40.8/dist_mac_m1.zip) (`curl -L -o ds.zip https://downloads.dockerslim.com/releases/1.40.8/dist_mac_m1.zip`)
222
+
-[Latest Mac M1 binaries](https://downloads.dockerslim.com/releases/1.40.9/dist_mac_m1.zip) (`curl -L -o ds.zip https://downloads.dockerslim.com/releases/1.40.9/dist_mac_m1.zip`)
223
223
224
-
-[Latest Linux binaries](https://downloads.dockerslim.com/releases/1.40.8/dist_linux.tar.gz) (`curl -L -o ds.tar.gz https://downloads.dockerslim.com/releases/1.40.8/dist_linux.tar.gz`)
224
+
-[Latest Linux binaries](https://downloads.dockerslim.com/releases/1.40.9/dist_linux.tar.gz) (`curl -L -o ds.tar.gz https://downloads.dockerslim.com/releases/1.40.9/dist_linux.tar.gz`)
225
225
226
-
-[Latest Linux ARM binaries](https://downloads.dockerslim.com/releases/1.40.8/dist_linux_arm.tar.gz) (`curl -L -o ds.tar.gz https://downloads.dockerslim.com/releases/1.40.8/dist_linux_arm.tar.gz`)
226
+
-[Latest Linux ARM binaries](https://downloads.dockerslim.com/releases/1.40.9/dist_linux_arm.tar.gz) (`curl -L -o ds.tar.gz https://downloads.dockerslim.com/releases/1.40.9/dist_linux_arm.tar.gz`)
227
227
228
-
-[Latest Linux ARM64 binaries](https://downloads.dockerslim.com/releases/1.40.8/dist_linux_arm64.tar.gz) (`curl -L -o ds.tar.gz https://downloads.dockerslim.com/releases/1.40.8/dist_linux_arm64.tar.gz`)
228
+
-[Latest Linux ARM64 binaries](https://downloads.dockerslim.com/releases/1.40.9/dist_linux_arm64.tar.gz) (`curl -L -o ds.tar.gz https://downloads.dockerslim.com/releases/1.40.9/dist_linux_arm64.tar.gz`)
229
229
230
230
2. Unzip the package and optionally move it to your bin directory.
231
231
@@ -1211,11 +1211,11 @@ The demo runs on Mac OS X, but you can build a linux version. Note that these st
0 commit comments