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
@@ -192,9 +192,9 @@ Elixir application images:
192
192
193
193
## RECENT UPDATES
194
194
195
-
Latest version: `1.41.4` (`6/22/2024`)
195
+
Latest version: `1.41.5` (`6/30/2024`)
196
196
197
-
The 1.41.4 version extends the obfuscation capabilities when slimming images.
197
+
The 1.41.5 version adds an ability to keep the OS distro metadata in minified images.
198
198
199
199
For more info about the latest release see the [`CHANGELOG`](CHANGELOG.md).
200
200
@@ -211,15 +211,15 @@ mint update
211
211
212
212
1. Download the zip package for your platform.
213
213
214
-
-[Latest Mac binaries](https://github.com/mintoolkit/mint/releases/download/1.41.4/dist_mac.zip) (`curl -L -o ds.zip https://github.com/mintoolkit/mint/releases/download/1.41.4/dist_mac.zip`)
214
+
-[Latest Mac binaries](https://github.com/mintoolkit/mint/releases/download/1.41.5/dist_mac.zip) (`curl -L -o ds.zip https://github.com/mintoolkit/mint/releases/download/1.41.5/dist_mac.zip`)
215
215
216
-
-[Latest Mac M1 binaries](https://github.com/mintoolkit/mint/releases/download/1.41.4/dist_mac_m1.zip) (`curl -L -o ds.zip https://github.com/mintoolkit/mint/releases/download/1.41.4/dist_mac_m1.zip)`)
216
+
-[Latest Mac M1 binaries](https://github.com/mintoolkit/mint/releases/download/1.41.5/dist_mac_m1.zip) (`curl -L -o ds.zip https://github.com/mintoolkit/mint/releases/download/1.41.5/dist_mac_m1.zip)`)
217
217
218
-
-[Latest Linux binaries](https://github.com/mintoolkit/mint/releases/download/1.41.4/dist_linux.tar.gz) (`curl -L -o ds.tar.gz https://github.com/mintoolkit/mint/releases/download/1.41.4/dist_linux.tar.gz`)
218
+
-[Latest Linux binaries](https://github.com/mintoolkit/mint/releases/download/1.41.5/dist_linux.tar.gz) (`curl -L -o ds.tar.gz https://github.com/mintoolkit/mint/releases/download/1.41.5/dist_linux.tar.gz`)
219
219
220
-
-[Latest Linux ARM binaries](https://github.com/mintoolkit/mint/releases/download/1.41.4/dist_linux_arm.tar.gz) (`curl -L -o ds.tar.gz https://github.com/mintoolkit/mint/releases/download/1.41.4/dist_linux_arm.tar.gz`)
220
+
-[Latest Linux ARM binaries](https://github.com/mintoolkit/mint/releases/download/1.41.5/dist_linux_arm.tar.gz) (`curl -L -o ds.tar.gz https://github.com/mintoolkit/mint/releases/download/1.41.5/dist_linux_arm.tar.gz`)
221
221
222
-
-[Latest Linux ARM64 binaries](https://github.com/mintoolkit/mint/releases/download/1.41.4/dist_linux_arm64.tar.gz) (`curl -L -o ds.tar.gz https://github.com/mintoolkit/mint/releases/download/1.41.4/dist_linux_arm64.tar.gz`)
222
+
-[Latest Linux ARM64 binaries](https://github.com/mintoolkit/mint/releases/download/1.41.5/dist_linux_arm64.tar.gz) (`curl -L -o ds.tar.gz https://github.com/mintoolkit/mint/releases/download/1.41.5/dist_linux_arm64.tar.gz`)
223
223
224
224
2. Unzip the package and optionally move it to your bin directory.
225
225
@@ -1261,11 +1261,11 @@ The demo runs on Mac OS X, but you can build a linux version. Note that these st
0 commit comments