We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16fa666 commit 8875e5fCopy full SHA for 8875e5f
Dockerfile
@@ -1,5 +1,5 @@
1
# do not use alpine image here to avoid the issue that git can not be configured to trust specified certificate when connecting to a https url
2
-FROM openjdk:11-jre-slim
+FROM openjdk:17-ea-slim
3
RUN apt-get update && apt-get install -y git git-lfs && rm -rf /var/lib/apt/lists/*
4
COPY target/*.jar /k8s-helper/
5
COPY target/lib/*.jar /k8s-helper/
0 commit comments