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
debian:stretch-slim is being updated outside of our control, meaning our builds can change without us really knowing about it.
It would be better to select a tag that never changes after being published, such as stretch-20220622-slim.
While we're at it, updating to a newer version would be good.
Maybe configure Dependabot to do this automatically in the future.
To ensure it works and keeps working, create an automated test that starts a Docker container using the Dockerfile.
There are other benefits to doing this, as we generally can trust changesets more.
The text was updated successfully, but these errors were encountered:
The current Dockerfile starts like this:
FROM debian:stretch-slim ...
debian:stretch-slim
is being updated outside of our control, meaning our builds can change without us really knowing about it.It would be better to select a tag that never changes after being published, such as
stretch-20220622-slim
.While we're at it, updating to a newer version would be good.
Maybe configure Dependabot to do this automatically in the future.
To ensure it works and keeps working, create an automated test that starts a Docker container using the Dockerfile.
There are other benefits to doing this, as we generally can trust changesets more.
The text was updated successfully, but these errors were encountered: