This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to branch issue/SLING-12036 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-starter.git
commit 31f4a7e593db1655cb16c4882cc482449e91ee47 Author: Robert Munteanu <[email protected]> AuthorDate: Thu Sep 21 23:08:00 2023 +0200 SLING-12036 - Switch JDK image to Eclipse Temurin --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 95df7cd..705e4be 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,7 @@ # specific language governing permissions and limitations # under the License. -FROM docker.io/openjdk:17-slim +FROM docker.io/eclipse-temurin:17 LABEL org.opencontainers.image.authors="[email protected]"
