Skip to content

Commit f73655f

Browse files
committed
TS-0 Replace openjdk with eclipse-temurin
1 parent 64bd020 commit f73655f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

agent/src/docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# --- build image ---
22

3-
FROM openjdk:21 AS build
3+
FROM eclipse-temurin:21 AS build
44

55
# We need to manually pass this enviroment variable through to make Gradle determine the correct version number (TS-42362)
66
ARG GITHUB_REF

0 commit comments

Comments
 (0)