Skip to content

Commit f1a0d85

Browse files
Update bellsoft/liberica-openjdk-alpine Docker tag to v21.0.2 (release/v1.32.x) (#10460)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ea2e14a commit f1a0d85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmark-overhead/Dockerfile-petclinic-base

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ RUN git checkout 8aa4d49
1313
RUN ./mvnw package -Dmaven.test.skip=true
1414
RUN cp target/spring-petclinic-rest*.jar /app/spring-petclinic-rest.jar
1515

16-
FROM bellsoft/liberica-openjdk-alpine:21.0.1
16+
FROM bellsoft/liberica-openjdk-alpine:21.0.2
1717
COPY --from=app-build /app/spring-petclinic-rest.jar /app/spring-petclinic-rest.jar
1818
WORKDIR /app
1919
EXPOSE 9966

0 commit comments

Comments
 (0)