This is an automated email from the ASF dual-hosted git repository.
pauls pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-feature-launcher.git
The following commit(s) were added to refs/heads/master by this push:
new 8e460e6 container: adoptopenjdk/openjdk11:alpine-jre (#26)
8e460e6 is described below
commit 8e460e609c2efb2094c57cce8bb07b07ec80ff5f
Author: Stefan Bischof <[email protected]>
AuthorDate: Thu Dec 16 13:00:48 2021 +0100
container: adoptopenjdk/openjdk11:alpine-jre (#26)
switch from slim to jre because it is smaller
Signed-off-by: Stefan Bischof <[email protected]>
---
src/main/docker/Dockerfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/main/docker/Dockerfile b/src/main/docker/Dockerfile
index 0a8f0b3..0884e21 100644
--- a/src/main/docker/Dockerfile
+++ b/src/main/docker/Dockerfile
@@ -18,7 +18,7 @@
# -----------------------------------------------------------------------------
#Base
-FROM adoptopenjdk/openjdk11:alpine-slim
+FROM adoptopenjdk/openjdk11:alpine-jre
LABEL maintainer [email protected]
#ENV for Sling