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
+14-13Lines changed: 14 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -196,9 +196,9 @@ Elixir application images:
196
196
197
197
## RECENT UPDATES
198
198
199
-
Latest version: 1.40.2 (5/12/2023)
199
+
Latest version: 1.40.3 (7/13/2023)
200
200
201
-
The 1.37.x-1.40.x releases add an experimental docker-compose support and various improved application tracing capabilities for the build command.
201
+
The 1.40.3 release adds the next version of the `debug` command with support for kubernetes.
202
202
203
203
For more info about the latest release see the [`CHANGELOG`](CHANGELOG.md).
204
204
@@ -215,15 +215,15 @@ slim update
215
215
216
216
1. Download the zip package for your platform.
217
217
218
-
-[Latest Mac binaries](https://downloads.dockerslim.com/releases/1.40.2/dist_mac.zip) (`curl -L -o ds.zip https://downloads.dockerslim.com/releases/1.40.2/dist_mac.zip`)
218
+
-[Latest Mac binaries](https://downloads.dockerslim.com/releases/1.40.3/dist_mac.zip) (`curl -L -o ds.zip https://downloads.dockerslim.com/releases/1.40.3/dist_mac.zip`)
219
219
220
-
-[Latest Mac M1 binaries](https://downloads.dockerslim.com/releases/1.40.2/dist_mac_m1.zip) (`curl -L -o ds.zip https://downloads.dockerslim.com/releases/1.40.2/dist_mac_m1.zip`)
220
+
-[Latest Mac M1 binaries](https://downloads.dockerslim.com/releases/1.40.3/dist_mac_m1.zip) (`curl -L -o ds.zip https://downloads.dockerslim.com/releases/1.40.3/dist_mac_m1.zip`)
221
221
222
-
-[Latest Linux binaries](https://downloads.dockerslim.com/releases/1.40.2/dist_linux.tar.gz) (`curl -L -o ds.tar.gz https://downloads.dockerslim.com/releases/1.40.2/dist_linux.tar.gz`)
222
+
-[Latest Linux binaries](https://downloads.dockerslim.com/releases/1.40.3/dist_linux.tar.gz) (`curl -L -o ds.tar.gz https://downloads.dockerslim.com/releases/1.40.3/dist_linux.tar.gz`)
223
223
224
-
-[Latest Linux ARM binaries](https://downloads.dockerslim.com/releases/1.40.2/dist_linux_arm.tar.gz) (`curl -L -o ds.tar.gz https://downloads.dockerslim.com/releases/1.40.2/dist_linux_arm.tar.gz`)
224
+
-[Latest Linux ARM binaries](https://downloads.dockerslim.com/releases/1.40.3/dist_linux_arm.tar.gz) (`curl -L -o ds.tar.gz https://downloads.dockerslim.com/releases/1.40.3/dist_linux_arm.tar.gz`)
225
225
226
-
-[Latest Linux ARM64 binaries](https://downloads.dockerslim.com/releases/1.40.2/dist_linux_arm64.tar.gz) (`curl -L -o ds.tar.gz https://downloads.dockerslim.com/releases/1.40.2/dist_linux_arm64.tar.gz`)
226
+
-[Latest Linux ARM64 binaries](https://downloads.dockerslim.com/releases/1.40.3/dist_linux_arm64.tar.gz) (`curl -L -o ds.tar.gz https://downloads.dockerslim.com/releases/1.40.3/dist_linux_arm64.tar.gz`)
227
227
228
228
2. Unzip the package and optionally move it to your bin directory.
229
229
@@ -276,7 +276,7 @@ Powered by Slim. It will help you understand and troubleshoot your application c
0 commit comments