Skip to content

Commit

Permalink
chore(deps): update eclipse-temurin docker tag to v21.0.5_11-jre (#527)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 23, 2024
1 parent 60621f7 commit 426f4ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions onyxia-api/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM eclipse-temurin:21.0.4_7-jre AS extract
FROM eclipse-temurin:21.0.5_11-jre AS extract
ARG JAR_FILE=target/*.jar
COPY ${JAR_FILE} application.jar
RUN java -Djarmode=layertools -jar application.jar extract

FROM eclipse-temurin:21.0.4_7-jre
FROM eclipse-temurin:21.0.5_11-jre
WORKDIR /app
# Install helm
COPY install-helm.sh install-helm.sh
Expand Down

0 comments on commit 426f4ed

Please sign in to comment.