Skip to content

Commit 0c20fe9

Browse files
committed
chore(gradle): Remove the eclipseTemurin version
The version is not used anymore since bfaaa05. Signed-off-by: Martin Nonnenmacher <[email protected]>
1 parent b66fcfe commit 0c20fe9

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

docker/Base.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
# This is a common base image for all ORT Server images requiring Java. It provides some base functionality like
2222
# setting file permissions for the user, setting up certificates, etc. And, it defines the temurin base image.
2323

24-
# When updating this version make sure to keep it in sync with the other worker Dockerfiles and libs.version.toml.
24+
# When updating this version make sure to keep it in sync with the other worker Dockerfiles.
2525
ARG TEMURIN_VERSION=21.0.8_9-jdk-jammy@sha256:adb9b2d15adf1833d9dae0bdc1cff61ef5a804dc58dfbfb34269f32432b2e5dc
2626

2727
FROM eclipse-temurin:$TEMURIN_VERSION

gradle/libs.versions.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,6 @@
1616
# License-Filename: LICENSE
1717

1818
[versions]
19-
# Docker
20-
# When updating this version, make sure to keep it in sync with the worker Dockerfiles.
21-
eclipseTemurin = "21.0.7_6-jdk-jammy@sha256:746ad7128069fdaa77df1f06a0463ad50f4ae787648cbbcc6d6ab0e702e6c97e"
22-
2319
# Gradle plugins
2420
buildConfigPlugin = "5.7.1"
2521
dependencyAnalysisPlugin = "3.4.1"

0 commit comments

Comments
 (0)