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 @@ -49,7 +49,7 @@ COPY --from=build /etc/apt/sources.list.d/ /etc/apt/sources.list.d
49
49
# Install OpenJDK
50
50
51
51
# renovate: datasource=adoptium-java depName=java-jdk versioning=loose
52
- ENV OPENJDK_VERSION=21.0.4 .0.0+7-1
52
+ ENV OPENJDK_VERSION=21.0.5 .0.0+11-2
53
53
54
54
# Install OpenJDK
55
55
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:27.1.1 | 21.0.4.0 |  |
39
39
| 21 | Identical to `latest` tag | | |  |
40
- | unstable | Latest unstable release (from `develop` branch) | azure-pipelines-dockercli:27.4.1 | 21.0.4 .0 |  |
40
+ | unstable | Latest unstable release (from `develop` branch) | azure-pipelines-dockercli:27.4.1 | 21.0.5 .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
| 21.0.3.0 | Eclipse Temurin 21.0.3 | azure-pipelines-dockercli:26.1.1 | 21.0.3.0 |  |
You can’t perform that action at this time.
0 commit comments