This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to branch issue/SLING-12935 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-starter.git
commit e04c08de3a8404f3e1f6d1826b059145d78928c8 Author: Robert Munteanu <[email protected]> AuthorDate: Fri Sep 5 18:37:57 2025 +0200 SLING-12935 - Switch the Docker image version to 21 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 705e4be..35b3dfc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,7 @@ # specific language governing permissions and limitations # under the License. -FROM docker.io/eclipse-temurin:17 +FROM docker.io/eclipse-temurin:21 LABEL org.opencontainers.image.authors="[email protected]"
