File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
frameworks/Java/smart-socket Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ COPY pom.xml pom.xml
44COPY src src
55RUN mvn install -q
66
7- FROM openjdk:21-jdk-slim
7+ FROM amazoncorretto:25.0.1-alpine
88WORKDIR /smart-socket
99COPY --from=maven /smart-socket/target/smart-socket-benchmark-1.0.jar app.jar
1010
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ COPY pom.xml pom.xml
44COPY src src
55RUN mvn install -q
66
7- FROM openjdk:21-jdk-slim
7+ FROM amazoncorretto:25.0.1-alpine
88WORKDIR /smart-socket
99COPY --from=maven /smart-socket/target/smart-socket-benchmark-1.0.jar app.jar
1010
Original file line number Diff line number Diff line change 2020 <dependency >
2121 <groupId >tech.smartboot.feat</groupId >
2222 <artifactId >feat-cloud-starter</artifactId >
23- <version >1.1.0 -SNAPSHOT</version >
23+ <version >1.3.2 -SNAPSHOT</version >
2424 </dependency >
2525<!-- <dependency>-->
2626<!-- <groupId>io.github.smartboot.socket</groupId>-->
You can’t perform that action at this time.
0 commit comments