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
Fixing the version minimises these images breaking in the future, if
latest-stable included breaking changes.
-BEGIN VERIFY SCRIPT-
find . -type f -name "Dockerfile" | while read -r dockerfile; do
sed -i 's|bullseye-slim|bookworm-slim|g' "$dockerfile"
sed -i 's|stable-slim|bookworm-slim|g' "$dockerfile"
done
-END VERIFY SCRIPT-
0 commit comments