From ba77378cee95586d266f0c23530a5f85a09b0309 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 23 Feb 2024 23:06:49 +0000 Subject: [PATCH 1/2] Update ghcr.io/swissgrc/azure-pipelines-git Docker tag to v2.43.2 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 910775e..f2fb816 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Base image containing dependencies used in builder and final image -FROM ghcr.io/swissgrc/azure-pipelines-git:2.43.1 AS base +FROM ghcr.io/swissgrc/azure-pipelines-git:2.43.2 AS base # Builder image FROM base AS build From cb5f1bba25dceff0ce65054e01c8211694034667 Mon Sep 17 00:00:00 2001 From: Pascal Berger Date: Mon, 26 Feb 2024 21:22:59 +0100 Subject: [PATCH 2/2] Update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bf378ca..decce1d 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ The following example shows the container used for a deployment step which shows | Tag | Description | Base Image | .NET SDK | Size | |------------|-------------------------------------------------------------------------------------------------|----------------------------|----------|-----------------------------------------------------------------------------------------------------------------------------------| | 6 | Latest stable release (from `main` branch) | azure-pipelines-git:2.43.1 | 6.0.419 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/swissgrc/azure-pipelines-dotnet/6?style=flat-square) | -| 6-unstable | Latest unstable release (from `develop` branch) | azure-pipelines-git:2.43.1 | 6.0.419 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/swissgrc/azure-pipelines-dotnet/6-unstable?style=flat-square) | +| 6-unstable | Latest unstable release (from `develop` branch) | azure-pipelines-git:2.43.2 | 6.0.419 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/swissgrc/azure-pipelines-dotnet/6-unstable?style=flat-square) | | 6.0.301 | [.NET SDK 6.0.301](https://github.com/dotnet/core/blob/main/release-notes/6.0/6.0.6/6.0.6.md) | debian:11.3-slim | 6.0.301 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/swissgrc/azure-pipelines-dotnet/6.0.301?style=flat-square) | | 6.0.302 | [.NET SDK 6.0.302](https://github.com/dotnet/core/blob/main/release-notes/6.0/6.0.7/6.0.7.md) | debian:11.3-slim | 6.0.302 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/swissgrc/azure-pipelines-dotnet/6.0.302?style=flat-square) | | 6.0.302.1 | [.NET SDK 6.0.302](https://github.com/dotnet/core/blob/main/release-notes/6.0/6.0.7/6.0.7.md) | debian:11.3-slim | 6.0.302 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/swissgrc/azure-pipelines-dotnet/6.0.302.1?style=flat-square) |