Skip to content

Commit 8875e5f

Browse files
committed
编辑 Dockerfile
1 parent 16fa666 commit 8875e5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# 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
2+
FROM openjdk:17-ea-slim
33
RUN apt-get update && apt-get install -y git git-lfs && rm -rf /var/lib/apt/lists/*
44
COPY target/*.jar /k8s-helper/
55
COPY target/lib/*.jar /k8s-helper/

0 commit comments

Comments
 (0)