Skip to content

Commit

Permalink
Update dependency git-lfs/git-lfs to v3.6.0 (#63)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Fabian Amhof <fabian.amhof@swissgrc.com>
  • Loading branch information
renovate[bot] and Oxerror authored Nov 25, 2024
1 parent 405d009 commit f476575
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ COPY --from=build /etc/apt/keyrings/ /etc/apt/keyrings
COPY --from=build /etc/apt/sources.list.d/ /etc/apt/sources.list.d

# renovate: datasource=github-tags depName=git-lfs/git-lfs extractVersion=^v(?<version>.*)$
ENV GITLFS_VERSION=3.5.1
ENV GITLFS_VERSION=3.6.0

RUN apt-get update -y && \
# Install Git LFS
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ The following example shows the container used for a deployment step which shows
| Tag | Description | Base Image | Git | Git LFS | Size |
|------------|-------------------------------------------------------------------------------------------------|----------------------------------|----------------------|---------|------------------------------------------------------------------------------------------------------------------------------|
| latest | Latest stable release (from `main` branch) | azure-pipelines-dockercli:27.3.1 | 2.47.0 | 3.5.1 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/swissgrc/azure-pipelines-git/latest?style=flat-square) |
| unstable | Latest unstable release (from `develop` branch) | azure-pipelines-dockercli:27.3.1 | 2.47.1 | 3.5.1 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/swissgrc/azure-pipelines-git/unstable?style=flat-square) |
| unstable | Latest unstable release (from `develop` branch) | azure-pipelines-dockercli:27.3.1 | 2.47.1 | 3.6.0 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/swissgrc/azure-pipelines-git/unstable?style=flat-square) |
| 2.39.2 | [Git 2.39.2](https://github.com/git/git/blob/master/Documentation/RelNotes/2.39.2.txt) | azure-pipelines-dockercli:24.0.0 | 1:2.39.2-1~bpo11+1 | 3.3.0 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/swissgrc/azure-pipelines-git/2.39.2?style=flat-square) |
| 2.42.0 | [Git 2.42.0](https://github.com/git/git/blob/master/Documentation/RelNotes/2.42.0.txt) | azure-pipelines-dockercli:24.0.6 | 2.42.0 | 3.4.0 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/swissgrc/azure-pipelines-git/2.42.0?style=flat-square) |
| 2.42.1 | [Git 2.42.1](https://github.com/git/git/blob/master/Documentation/RelNotes/2.42.1.txt) | azure-pipelines-dockercli:24.0.7 | 2.42.1 | 3.4.0 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/swissgrc/azure-pipelines-git/2.42.1?style=flat-square) |
Expand Down

0 comments on commit f476575

Please sign in to comment.