Skip to content
This repository was archived by the owner on Feb 5, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Base image containing dependencies used in builder and final image
FROM ghcr.io/swissgrc/azure-pipelines-openjdk:17.0.12.0 AS base
FROM ghcr.io/swissgrc/azure-pipelines-openjdk:17.0.13.0 AS base


# Builder image
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ The following example shows the container used for a deployment step which shows

| Tag | Description | Base Image | Node.js | Size |
|------------|-------------------------------------------------|--------------------------------------------|-----------|------------------------------------------------------------------------------------------------------------------------------------------|
| unstable | Latest unstable release (from `develop` branch) | swissgrc/azure-pipelines-openjdk:17.0.12.0 | `22.13.0` | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/swissgrc/azure-pipelines-sonarscannercli/unstable?style=flat-square) |
| unstable | Latest unstable release (from `develop` branch) | swissgrc/azure-pipelines-openjdk:17.0.13.0 | `22.13.0` | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/swissgrc/azure-pipelines-sonarscannercli/unstable?style=flat-square) |

[Sonar Scanner CLI]: https://docs.sonarqube.org/latest/analysis/scan/sonarscanner/
[Azure Pipelines container jobs]: https://docs.microsoft.com/en-us/azure/devops/pipelines/process/container-phases
Loading