File tree Expand file tree Collapse file tree 4 files changed +4
-64
lines changed
ktor-r2dbc/src/main/assembly Expand file tree Collapse file tree 4 files changed +4
-64
lines changed Original file line number Diff line number Diff line change 1
- FROM maven:3.9.7 -amazoncorretto-17 -debian as maven
1
+ FROM maven:3.9.9 -amazoncorretto-21 -debian-bookworm as maven
2
2
WORKDIR /ktor
3
3
COPY ktor/pom.xml pom.xml
4
4
COPY ktor/src src
5
5
RUN mvn clean package -q
6
6
7
- FROM amazoncorretto:17.0.11 -al2023-headless
7
+ FROM amazoncorretto:21 -al2023-headless
8
8
WORKDIR /ktor
9
9
COPY --from=maven /ktor/target/tech-empower-framework-benchmark-1.0-SNAPSHOT-cio-bundle.jar app.jar
10
10
Original file line number Diff line number Diff line change 1
- FROM maven:3.9.7 -amazoncorretto-17 -debian as maven
1
+ FROM maven:3.9.9 -amazoncorretto-21 -debian-bookworm as maven
2
2
WORKDIR /ktor
3
3
COPY ktor/pom.xml pom.xml
4
4
COPY ktor/src src
5
5
RUN mvn clean package -q
6
6
7
- FROM amazoncorretto:17.0.11 -al2023-headless
7
+ FROM amazoncorretto:21 -al2023-headless
8
8
WORKDIR /ktor
9
9
COPY --from=maven /ktor/target/tech-empower-framework-benchmark-1.0-SNAPSHOT-jetty-bundle.jar app.jar
10
10
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments