Skip to content

Commit b7c2579

Browse files
committed
编辑 Dockerfile
1 parent 8875e5f commit b7c2579

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:17-ea-slim
2+
FROM eclipse-temurin:17-jre
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)