This is an automated email from the ASF dual-hosted git repository.
rombert pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-starter.git
The following commit(s) were added to refs/heads/master by this push:
new 0b9a080 SLING-12935 - Switch the Docker image version to 21 (#517)
0b9a080 is described below
commit 0b9a080d92e9fc13d3787d17b0063aaa862dbea5
Author: Robert Munteanu <[email protected]>
AuthorDate: Mon Sep 8 10:18:38 2025 +0200
SLING-12935 - Switch the Docker image version to 21 (#517)
---
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]"