Skip to content

Commit ab4bb0c

Browse files
committed
chore(docker): Remove an obsolete comment
Since bfaaa05 the `Base.Dockerfile` is the only Dockerfile that defines a Temurin version. Signed-off-by: Martin Nonnenmacher <[email protected]>
1 parent 0c20fe9 commit ab4bb0c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docker/Base.Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
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.
2524
ARG TEMURIN_VERSION=21.0.8_9-jdk-jammy@sha256:adb9b2d15adf1833d9dae0bdc1cff61ef5a804dc58dfbfb34269f32432b2e5dc
2625

2726
FROM eclipse-temurin:$TEMURIN_VERSION

0 commit comments

Comments
 (0)