We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a361b9 commit e007d3cCopy full SHA for e007d3c
Dockerfile
@@ -1,10 +1,11 @@
1
# Start with a base image containing Java runtime
2
-FROM gradle:7.6.1-jdk17 AS builder
+FROM gradle:8.4.0-jdk17 AS builder
3
4
# Build CLI tool
5
WORKDIR /build/CLI
6
COPY CLI /build/CLI
7
RUN ./gradlew clean distZip
8
+# RUN gradle clean distZip
9
10
# Final image
11
FROM eclipse-temurin:17-jre
0 commit comments