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
Latest buster devel is (at time of writing this commit message):
```
docker run --rm -ti perl:devel-buster perl -v
This is perl 5, version 37, subversion 11 (v5.37.11) built for x86_64-linux-gnu
```
Whereas bookworm versions:
```
docker run --rm -ti perl:devel-slim-bookworm perl -v
This is perl 5, version 41, subversion 13 (v5.41.13) built for x86_64-linux-gnu
```
0 commit comments