I need to update a few of my docker container services to Julia 1.10.7. They are FROM julia:1.10.2-alpine3.19. I expected to be able to affect the upgrade with FROM julia:1.10.7-alpine3.20 or FROM julia:1.10.7-alpine3.21.
However, I can find no tags for 1.10.7-alpine at all. Is this an accidental gap or a change of release strategy for LTS?
I have to go through a security review if I switch my base images away from Alpine. So I have a strong preference to stick with Alpine, and a moderate preference to not build base images myself.
Ha, I was wrong. The 1.10.8-alpine3.20 and 1.10.8-alpine3.21 tags are now available on Docker Hub. I think there was a release engineering mistake with 1.10.7, is all.