From 1e7cdeb596c5c8c8037edc3029f4a0c152999729 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 8 Mar 2024 14:02:20 +0000 Subject: [PATCH] Update dependency git-lfs/git-lfs to v3.5.1 (#93) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Pascal Berger --- Dockerfile | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index b052fa5..00439ef 100644 --- a/Dockerfile +++ b/Dockerfile @@ -63,7 +63,7 @@ RUN apt-get update -y && \ # Install Git LFS # renovate: datasource=github-tags depName=git-lfs/git-lfs extractVersion=^v(?.*)$ -ENV GITLFS_VERSION=3.4.1 +ENV GITLFS_VERSION=3.5.1 RUN apt-get update -y && \ # Install Git LFS diff --git a/README.md b/README.md index 7482ac4..ec34f14 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ The following example shows the container used for a deployment step which shows | Tag | Description | Base Image | .NET SDK | NodeJS | Git | Git LFS | Size | |------------|-------------------------------------------------|--------------------------------------------|----------|---------|--------------|---------|----------------------------------------------------------------------------------------------------------------------------------------------| -| 6-unstable | Latest unstable release (from `develop` branch) | swissgrc/azure-pipelines-openjdk:17.0.10.0 | 6.0.419 | 20.11.1 | 1:2.39.2-1.1 | 3.4.1 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/swissgrc/azure-pipelines-sonarscannermsbuild/6-unstable?style=flat-square) | +| 6-unstable | Latest unstable release (from `develop` branch) | swissgrc/azure-pipelines-openjdk:17.0.10.0 | 6.0.419 | 20.11.1 | 1:2.39.2-1.1 | 3.5.1 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/swissgrc/azure-pipelines-sonarscannermsbuild/6-unstable?style=flat-square) | ### Configuration @@ -54,7 +54,7 @@ These environment variables are supported: | DOTNET_VERSION | `6.0.419` | Version of .NET SDK installed in the image. | | NODE_VERSION | `20.11.1-1nodesource1` | Version of Node.js installed in the image. | | GIT_VERSION | `1:2.39.2-1.1` | Version of Git installed in the image. | -| GITLFS_VERSION | `3.4.1` | Version of Git LFS installed in the image. | +| GITLFS_VERSION | `3.5.1` | Version of Git LFS installed in the image. | [Sonar Scanner for .NET]: https://docs.sonarqube.org/latest/analysis/scan/sonarscanner-for-msbuild/ [Azure Pipelines container jobs]: https://docs.microsoft.com/en-us/azure/devops/pipelines/process/container-phases