mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-23 09:49:01 +00:00
Previously, tags were used for CentOS and Ubuntu images that may change over time. This commit updates the Dockerfiles to use fixed base images. For Ubuntu, a fixed tag is available. For CentOS we have to resort to using the digest. Closes gh-5397