Skip to content

Commit e007d3c

Browse files
committed
update gradle version
1 parent 3a361b9 commit e007d3c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
# Start with a base image containing Java runtime
2-
FROM gradle:7.6.1-jdk17 AS builder
2+
FROM gradle:8.4.0-jdk17 AS builder
33

44
# Build CLI tool
55
WORKDIR /build/CLI
66
COPY CLI /build/CLI
77
RUN ./gradlew clean distZip
8+
# RUN gradle clean distZip
89

910
# Final image
1011
FROM eclipse-temurin:17-jre

0 commit comments

Comments
 (0)