This repository has been archived by the owner on Nov 13, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
13 additions
and
12 deletions.
There are no files selected for viewing
Validating CODEOWNERS rules …
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# These owners will be the default owners for everything in the repo and | ||
# will be requested for review when someone opens a pull request. | ||
* @swissgrc/development | ||
* @swissgrc/platform |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM debian:11.3-slim | ||
FROM debian:11.5-slim | ||
|
||
LABEL org.opencontainers.image.vendor="Swiss GRC AG" | ||
LABEL org.opencontainers.image.authors="Swiss GRC AG <[email protected]>" | ||
|
@@ -11,9 +11,9 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"] | |
# Install Docker CLI | ||
|
||
# renovate: datasource=github-tags depName=docker/cli extractVersion=^v(?<version>.*)$ | ||
ENV DOCKERCLI_VERSION=20.10.17 | ||
ENV DOCKERCLI_VERSION=20.10.18 | ||
# renovate: datasource=repology depName=debian_11/curl versioning=loose | ||
ENV CURL_VERSION=7.74.0-1.3+deb11u2 | ||
ENV CURL_VERSION=7.74.0-1.3+deb11u3 | ||
# renovate: datasource=repology depName=debian_11/ca-certificates versioning=loose | ||
ENV CACERTIFICATES_VERSION=20210119 | ||
# renovate: datasource=repology depName=debian_11/lsb-release versioning=loose | ||
|
@@ -36,7 +36,7 @@ RUN apt-get update -y && \ | |
# Install .NET 6 | ||
|
||
# renovate: datasource=github-tags depName=dotnet/sdk extractVersion=^v(?<version>.*)$ | ||
ENV DOTNET_VERSION=6.0.400 | ||
ENV DOTNET_VERSION=6.0.401 | ||
|
||
ENV \ | ||
# Do not show first run text | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters