Skip to content

Commit

Permalink
chore(deps): update eclipse-temurin docker tag to v21.0.4_7-jre (Inse…
Browse files Browse the repository at this point in the history
…eFrLab#467)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jul 26, 2024
1 parent e0155f3 commit 29ea2c4
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.3_9-jre as extract
FROM eclipse-temurin:21.0.4_7-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.3_9-jre
FROM eclipse-temurin:21.0.4_7-jre
WORKDIR /app
# Install helm
RUN curl https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | DESIRED_VERSION=v3.15.3 bash
Expand Down

0 comments on commit 29ea2c4

Please sign in to comment.