Skip to content

Commit

Permalink
chore(deps): update bellsoft/liberica-openjdk-alpine docker tag to v20 (
Browse files Browse the repository at this point in the history
#9350)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Aug 30, 2023
1 parent d46c7f1 commit f0f86a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmark-overhead/Dockerfile-petclinic-base
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN git checkout 8aa4d49
RUN ./mvnw package -Dmaven.test.skip=true
RUN cp target/spring-petclinic-rest*.jar /app/spring-petclinic-rest.jar

FROM bellsoft/liberica-openjdk-alpine:17
FROM bellsoft/liberica-openjdk-alpine:20
COPY --from=app-build /app/spring-petclinic-rest.jar /app/spring-petclinic-rest.jar
WORKDIR /app
EXPOSE 9966
Expand Down

0 comments on commit f0f86a4

Please sign in to comment.