Skip to content

Commit 4e1133e

Browse files
committed
skill issue
1 parent 8ca3b27 commit 4e1133e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
# Referenced from gh.com/lucko/bytebin
3-
FROM gradle:jdk25-corretto AS build-project
3+
FROM gradle:jdk21-corretto AS build-project
44

55
WORKDIR /jet
66
COPY gradle/ ./gradle/
@@ -9,7 +9,7 @@ COPY build.gradle.kts ./
99
COPY gradlew ./
1010
COPY gradlew.bat ./
1111
COPY settings.gradle.kts ./
12-
RUN chmod +x gradlew && ./gradlew build
12+
RUN chmod +x gradlew && ./gradlew build --no-daemon --stacktrace
1313

1414
FROM eclipse-temurin:25-alpine
1515

0 commit comments

Comments
 (0)