We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef2f034 commit 4208ff5Copy full SHA for 4208ff5
benchmark-overhead/Dockerfile-petclinic-base
@@ -13,7 +13,7 @@ RUN git checkout 8aa4d49
13
RUN ./mvnw package -Dmaven.test.skip=true
14
RUN cp target/spring-petclinic-rest*.jar /app/spring-petclinic-rest.jar
15
16
-FROM bellsoft/liberica-openjdk-alpine:21.0.4
+FROM bellsoft/liberica-openjdk-alpine:21.0.5
17
COPY --from=app-build /app/spring-petclinic-rest.jar /app/spring-petclinic-rest.jar
18
WORKDIR /app
19
EXPOSE 9966
0 commit comments