This repository was archived by the owner on Feb 5, 2025. It is now read-only.
File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ COPY --from=build /etc/apt/sources.list.d/ /etc/apt/sources.list.d
44
44
# Install OpenJDK
45
45
46
46
# renovate: datasource=adoptium-java depName=java-jdk versioning=loose
47
- ENV OPENJDK_VERSION=21.0.2 .0.0+13
47
+ ENV OPENJDK_VERSION=21.0.3 .0.0+9-1
48
48
49
49
# Install OpenJDK
50
50
RUN apt-get update -y && \
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ The following example shows the container used for a deployment step which shows
37
37
|-------------|-----------------------------------------------------------------------------------------------|----------------------------------|-----------|-------------------------------------------------------------------------------------------------------------------------------------|
38
38
| latest | Latest stable release (from ` main` branch) | azure-pipelines-dockercli:25.0.3 | 21.0.2.0 |  |
39
39
| 21 | Identical to `latest` tag | | |  |
40
- | unstable | Latest unstable release (from `develop` branch) | azure-pipelines-dockercli:26.1.1 | 21.0.2 .0 |  |
40
+ | unstable | Latest unstable release (from `develop` branch) | azure-pipelines-dockercli:26.1.1 | 21.0.3 .0 |  |
41
41
| 21-unstable | Identical to `unstable` tag | | |  |
42
42
| 21.0.2.0 | Eclipse Temurin 21.0.2 | azure-pipelines-dockercli:25.0.3 | 21.0.2.0 |  |
43
43
You can’t perform that action at this time.
0 commit comments