Skip to content

Commit 86fbd29

Browse files
committed
1.37.5 release info
1 parent 9711424 commit 86fbd29

File tree

2 files changed

+16
-7
lines changed

2 files changed

+16
-7
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Releases
22

3+
## 1.37.5 (3/20/2022)
4+
5+
### New Features
6+
7+
- Experimental Node.js package include flag
8+
- Experimental Next.js(React.js) app include flags
9+
- Experimental Nuxt.js(Vue.js) app include flags
10+
- Ability to disable the ptrace data source
11+
312
## 1.37.4 (2/27/2022)
413

514
### New Features

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ Elixir application images:
189189

190190
## RECENT UPDATES
191191

192-
Latest version: 1.37.4 (2/27/2022)
192+
Latest version: 1.37.5 (3/20/2022)
193193

194194
The 1.37.x releases add an experimental docker-compose support for the build command.
195195

@@ -208,15 +208,15 @@ docker-slim update
208208

209209
1. Download the zip package for your platform.
210210

211-
- [Latest Mac binaries](https://downloads.dockerslim.com/releases/1.37.4/dist_mac.zip) (`curl -L -o ds.zip https://downloads.dockerslim.com/releases/1.37.4/dist_mac.zip`)
211+
- [Latest Mac binaries](https://downloads.dockerslim.com/releases/1.37.5/dist_mac.zip) (`curl -L -o ds.zip https://downloads.dockerslim.com/releases/1.37.5/dist_mac.zip`)
212212

213-
- [Latest Mac M1 binaries](https://downloads.dockerslim.com/releases/1.37.4/dist_mac_m1.zip) (`curl -L -o ds.zip https://downloads.dockerslim.com/releases/1.37.4/dist_mac_m1.zip`)
213+
- [Latest Mac M1 binaries](https://downloads.dockerslim.com/releases/1.37.5/dist_mac_m1.zip) (`curl -L -o ds.zip https://downloads.dockerslim.com/releases/1.37.5/dist_mac_m1.zip`)
214214

215-
- [Latest Linux binaries](https://downloads.dockerslim.com/releases/1.37.4/dist_linux.tar.gz) (`curl -L -o ds.tar.gz https://downloads.dockerslim.com/releases/1.37.4/dist_linux.tar.gz`)
215+
- [Latest Linux binaries](https://downloads.dockerslim.com/releases/1.37.5/dist_linux.tar.gz) (`curl -L -o ds.tar.gz https://downloads.dockerslim.com/releases/1.37.5/dist_linux.tar.gz`)
216216

217-
- [Latest Linux ARM binaries](https://downloads.dockerslim.com/releases/1.37.4/dist_linux_arm.tar.gz) (`curl -L -o ds.tar.gz https://downloads.dockerslim.com/releases/1.37.4/dist_linux_arm.tar.gz`)
217+
- [Latest Linux ARM binaries](https://downloads.dockerslim.com/releases/1.37.5/dist_linux_arm.tar.gz) (`curl -L -o ds.tar.gz https://downloads.dockerslim.com/releases/1.37.5/dist_linux_arm.tar.gz`)
218218

219-
- [Latest Linux ARM64 binaries](https://downloads.dockerslim.com/releases/1.37.4/dist_linux_arm64.tar.gz) (`curl -L -o ds.tar.gz https://downloads.dockerslim.com/releases/1.37.4/dist_linux_arm64.tar.gz`)
219+
- [Latest Linux ARM64 binaries](https://downloads.dockerslim.com/releases/1.37.5/dist_linux_arm64.tar.gz) (`curl -L -o ds.tar.gz https://downloads.dockerslim.com/releases/1.37.5/dist_linux_arm64.tar.gz`)
220220

221221
2. Unzip the package and optionally move it to your bin directory.
222222

@@ -757,7 +757,7 @@ You can use the generated profile with your original image or with the minified
757757

758758
The demo runs on Mac OS X, but you can build a linux version. Note that these steps are different from the steps in the demo video.
759759

760-
1. Get the docker-slim [Mac](https://downloads.dockerslim.com/releases/1.37.4/dist_mac.zip), [Mac M1](https://downloads.dockerslim.com/releases/1.37.4/dist_mac_m1.zip), [Linux](https://downloads.dockerslim.com/releases/1.37.4/dist_linux.tar.gz), [Linux ARM](https://downloads.dockerslim.com/releases/1.37.4/dist_linux_arm.tar.gz) or [Linux ARM64](https://downloads.dockerslim.com/releases/1.37.4/dist_linux_arm64.tar.gz) binaries. Unzip them and optionally add their directory to your PATH environment variable if you want to use the app from other locations.
760+
1. Get the docker-slim [Mac](https://downloads.dockerslim.com/releases/1.37.5/dist_mac.zip), [Mac M1](https://downloads.dockerslim.com/releases/1.37.5/dist_mac_m1.zip), [Linux](https://downloads.dockerslim.com/releases/1.37.5/dist_linux.tar.gz), [Linux ARM](https://downloads.dockerslim.com/releases/1.37.5/dist_linux_arm.tar.gz) or [Linux ARM64](https://downloads.dockerslim.com/releases/1.37.5/dist_linux_arm64.tar.gz) binaries. Unzip them and optionally add their directory to your PATH environment variable if you want to use the app from other locations.
761761

762762
The extracted directory contains two binaries:
763763

0 commit comments

Comments
 (0)