File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1- FROM gradle:8.6.0-jdk17 -alpine AS build
1+ FROM gradle:8.10.2-jdk21 -alpine AS build
22USER gradle
33WORKDIR /home/gradle/workdir
44
@@ -8,7 +8,7 @@ COPY --chown=gradle:gradle src src
88
99RUN gradle bootJar
1010
11- FROM eclipse-temurin:17 -jre-alpine
11+ FROM eclipse-temurin:21 -jre-alpine
1212VOLUME /tmp
1313RUN addgroup app
1414RUN adduser --no-create-home --ingroup app --disabled-password app
Original file line number Diff line number Diff line change 2121}
2222
2323java {
24- sourceCompatibility = 17
25- targetCompatibility = 17
24+ sourceCompatibility = 21
25+ targetCompatibility = 21
2626}
2727
2828repositories {
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-8.6 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.10.2 -bin.zip
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments