Skip to content
This repository has been archived by the owner on Nov 13, 2024. It is now read-only.

Update dependency dotnet/sdk to v6.0.417 #80

Merged
merged 2 commits into from
Nov 14, 2023
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
Expand Up @@ -93,7 +93,7 @@ RUN apt-get update -y && \
# Install .NET

# renovate: datasource=github-tags depName=dotnet/sdk extractVersion=^v(?<version>.*)$
ENV DOTNET_VERSION=6.0.416
ENV DOTNET_VERSION=6.0.417

ENV \
# Do not show first run text
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,15 +43,15 @@ 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.8.1 | 6.0.416 | 18.18.2 | 1:2.39.2-1.1 | 3.3.0 | ![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.8.1 | 6.0.417 | 18.18.2 | 1:2.39.2-1.1 | 3.3.0 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/swissgrc/azure-pipelines-sonarscannermsbuild/6-unstable?style=flat-square) |

### Configuration

These environment variables are supported:

| Environment variable | Default value | Description |
|------------------------|----------------------------|---------------------------------------------|
| DOTNET_VERSION | `6.0.416` | Version of .NET SDK installed in the image. |
| DOTNET_VERSION | `6.0.417` | Version of .NET SDK installed in the image. |
| NODE_VERSION | `18.18.2-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.0` | Version of Git LFS installed in the image. |
Expand Down