Skip to content
This repository was archived by the owner on Feb 5, 2025. It is now read-only.

Commit b1b2bb2

Browse files
Update dependency java-jdk to v21.0.5+11.0.LTS (#29)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Pascal Berger <pascal.berger@swissgrc.com>
1 parent b1f831f commit b1b2bb2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ COPY --from=build /etc/apt/sources.list.d/ /etc/apt/sources.list.d
4949
# Install OpenJDK
5050

5151
# 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
5353

5454
# Install OpenJDK
5555
RUN apt-get update -y && \

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ The following example shows the container used for a deployment step which shows
3737
|-------------|-----------------------------------------------------------------------------------------------|----------------------------------|-----------|-------------------------------------------------------------------------------------------------------------------------------------|
3838
| latest | Latest stable release (from `main` branch) | azure-pipelines-dockercli:27.1.1 | 21.0.4.0 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/swissgrc/azure-pipelines-openjdk/latest?style=flat-square) |
3939
| 21 | Identical to `latest` tag | | | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/swissgrc/azure-pipelines-openjdk/21?style=flat-square) |
40-
| unstable | Latest unstable release (from `develop` branch) | azure-pipelines-dockercli:27.4.1 | 21.0.4.0 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/swissgrc/azure-pipelines-openjdk/unstable?style=flat-square) |
40+
| unstable | Latest unstable release (from `develop` branch) | azure-pipelines-dockercli:27.4.1 | 21.0.5.0 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/swissgrc/azure-pipelines-openjdk/unstable?style=flat-square) |
4141
| 21-unstable | Identical to `unstable` tag | | | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/swissgrc/azure-pipelines-openjdk/21-unstable?style=flat-square) |
4242
| 21.0.2.0 | Eclipse Temurin 21.0.2 | azure-pipelines-dockercli:25.0.3 | 21.0.2.0 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/swissgrc/azure-pipelines-openjdk/21.0.2.0?style=flat-square) |
4343
| 21.0.3.0 | Eclipse Temurin 21.0.3 | azure-pipelines-dockercli:26.1.1 | 21.0.3.0 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/swissgrc/azure-pipelines-openjdk/21.0.3.0?style=flat-square) |

0 commit comments

Comments
 (0)