Skip to content

Commit 5d35de1

Browse files
chore(deps): update eclipse-temurin docker tag to v25.0.1_8-jre (#632)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d4c1db4 commit 5d35de1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

onyxia-api/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
FROM eclipse-temurin:25-jre AS extract
1+
FROM eclipse-temurin:25.0.1_8-jre AS extract
22
ARG JAR_FILE=target/*.jar
33
COPY ${JAR_FILE} application.jar
44
RUN java -Djarmode=tools -jar application.jar extract --layers --launcher --destination output
55

6-
FROM eclipse-temurin:25-jre
6+
FROM eclipse-temurin:25.0.1_8-jre
77
WORKDIR /app
88
# Install helm
99
COPY install-helm.sh install-helm.sh

0 commit comments

Comments
 (0)