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
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -197,9 +197,9 @@ Elixir application images:
197
197
198
198
## RECENT UPDATES
199
199
200
-
Latest version: 1.39.1 (11/12/2022)
200
+
Latest version: 1.40.0 (1/15/2023)
201
201
202
-
The 1.37.x, 1.38.x and 1.39.x releases add an experimental docker-compose support and various improved application tracing capabilities for the build command.
202
+
The 1.37.x-1.40.x releases add an experimental docker-compose support and various improved application tracing capabilities for the build command.
203
203
204
204
For more info about the latest release see the [`CHANGELOG`](CHANGELOG.md).
205
205
@@ -216,15 +216,15 @@ slim update
216
216
217
217
1. Download the zip package for your platform.
218
218
219
-
-[Latest Mac binaries](https://downloads.dockerslim.com/releases/1.39.1/dist_mac.zip) (`curl -L -o ds.zip https://downloads.dockerslim.com/releases/1.39.1/dist_mac.zip`)
219
+
-[Latest Mac binaries](https://downloads.dockerslim.com/releases/1.40.0/dist_mac.zip) (`curl -L -o ds.zip https://downloads.dockerslim.com/releases/1.40.0/dist_mac.zip`)
220
220
221
-
-[Latest Mac M1 binaries](https://downloads.dockerslim.com/releases/1.39.1/dist_mac_m1.zip) (`curl -L -o ds.zip https://downloads.dockerslim.com/releases/1.39.1/dist_mac_m1.zip`)
221
+
-[Latest Mac M1 binaries](https://downloads.dockerslim.com/releases/1.40.0/dist_mac_m1.zip) (`curl -L -o ds.zip https://downloads.dockerslim.com/releases/1.40.0/dist_mac_m1.zip`)
222
222
223
-
-[Latest Linux binaries](https://downloads.dockerslim.com/releases/1.39.1/dist_linux.tar.gz) (`curl -L -o ds.tar.gz https://downloads.dockerslim.com/releases/1.39.1/dist_linux.tar.gz`)
223
+
-[Latest Linux binaries](https://downloads.dockerslim.com/releases/1.40.0/dist_linux.tar.gz) (`curl -L -o ds.tar.gz https://downloads.dockerslim.com/releases/1.40.0/dist_linux.tar.gz`)
224
224
225
-
-[Latest Linux ARM binaries](https://downloads.dockerslim.com/releases/1.39.1/dist_linux_arm.tar.gz) (`curl -L -o ds.tar.gz https://downloads.dockerslim.com/releases/1.39.1/dist_linux_arm.tar.gz`)
225
+
-[Latest Linux ARM binaries](https://downloads.dockerslim.com/releases/1.40.0/dist_linux_arm.tar.gz) (`curl -L -o ds.tar.gz https://downloads.dockerslim.com/releases/1.40.0/dist_linux_arm.tar.gz`)
226
226
227
-
-[Latest Linux ARM64 binaries](https://downloads.dockerslim.com/releases/1.39.1/dist_linux_arm64.tar.gz) (`curl -L -o ds.tar.gz https://downloads.dockerslim.com/releases/1.39.1/dist_linux_arm64.tar.gz`)
227
+
-[Latest Linux ARM64 binaries](https://downloads.dockerslim.com/releases/1.40.0/dist_linux_arm64.tar.gz) (`curl -L -o ds.tar.gz https://downloads.dockerslim.com/releases/1.40.0/dist_linux_arm64.tar.gz`)
228
228
229
229
2. Unzip the package and optionally move it to your bin directory.
230
230
@@ -781,11 +781,11 @@ The demo runs on Mac OS X, but you can build a linux version. Note that these st
0 commit comments