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
2
2
USER gradle
3
3
WORKDIR /home/gradle/workdir
4
4
@@ -8,7 +8,7 @@ COPY --chown=gradle:gradle src src
8
8
9
9
RUN gradle bootJar
10
10
11
- FROM eclipse-temurin:17 -jre-alpine
11
+ FROM eclipse-temurin:21 -jre-alpine
12
12
VOLUME /tmp
13
13
RUN addgroup app
14
14
RUN adduser --no-create-home --ingroup app --disabled-password app
Original file line number Diff line number Diff line change 21
21
}
22
22
23
23
java {
24
- sourceCompatibility = 17
25
- targetCompatibility = 17
24
+ sourceCompatibility = 21
25
+ targetCompatibility = 21
26
26
}
27
27
28
28
repositories {
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =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
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments