chore(deps): update bellsoft/liberica-openjdk-alpine docker tag to v21.0.4 (main) (#11863)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-07-22 09:38:54 +03:00 committed by GitHub
parent 3f852f4a44
commit ec5a9051f9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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:21.0.3
FROM bellsoft/liberica-openjdk-alpine:21.0.4
COPY --from=app-build /app/spring-petclinic-rest.jar /app/spring-petclinic-rest.jar
WORKDIR /app
EXPOSE 9966