chore(deps): update bellsoft/liberica-openjdk-alpine docker tag to v21.0.3 (main) (#11181)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
bb97e90f65
commit
6d2043577c
|
@ -13,7 +13,7 @@ RUN git checkout 8aa4d49
|
||||||
RUN ./mvnw package -Dmaven.test.skip=true
|
RUN ./mvnw package -Dmaven.test.skip=true
|
||||||
RUN cp target/spring-petclinic-rest*.jar /app/spring-petclinic-rest.jar
|
RUN cp target/spring-petclinic-rest*.jar /app/spring-petclinic-rest.jar
|
||||||
|
|
||||||
FROM bellsoft/liberica-openjdk-alpine:21.0.2
|
FROM bellsoft/liberica-openjdk-alpine:21.0.3
|
||||||
COPY --from=app-build /app/spring-petclinic-rest.jar /app/spring-petclinic-rest.jar
|
COPY --from=app-build /app/spring-petclinic-rest.jar /app/spring-petclinic-rest.jar
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
EXPOSE 9966
|
EXPOSE 9966
|
||||||
|
|
Loading…
Reference in New Issue