@@ -59,10 +59,7 @@ When `make release-all` successfully pushes the last of its images to Docker Hub
...
@@ -59,10 +59,7 @@ When `make release-all` successfully pushes the last of its images to Docker Hub
**When there's a security fix in the Debian base image, do the following in place of the last command:**
**When there's a security fix in the Debian base image, do the following in place of the last command:**
```
Update the `debian:jessie` SHA in the most-base images (e.g., minimal-notebook, minimal-kernel). Submit it as a regular PR and go through the build process.
docker pull debian:jessie
make release-all DARGS=--no-cache
```
This will take time as the entire set of stacks will rebuild.
This will take time as the entire set of stacks will rebuild.