From 301e2f1d32ec35ff42097db7081223c8412a148f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 18:20:02 +0000 Subject: [PATCH 1/2] Update Node.js to v20.8.1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d70662b..a4f94b7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:20.8.0-bookworm-slim +FROM node:20.8.1-bookworm-slim LABEL org.opencontainers.image.vendor="Swiss GRC AG" LABEL org.opencontainers.image.authors="Swiss GRC AG " From 00d45cf1fcdb2f64c537a6bf73ad8aff41d709b8 Mon Sep 17 00:00:00 2001 From: Pascal Berger Date: Mon, 16 Oct 2023 21:00:54 +0200 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 972f9b5..52a16d1 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ The following example shows the container used for linting the repository: | Tag | Description | Base Image | Markdownlint-Cli | Size | |----------|---------------------------------------------------------------------------------------------------|----------------------------|------------------|---------------------------------------------------------------------------------------------------------------------------------------| | latest | Latest stable release (from `main` branch) | node:20.7.0-bookworm-slim | 0.37.0 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/swissgrc/azure-pipelines-markdownlint/latest?style=flat-square) | -| unstable | Latest unstable release (from `develop` branch) | node:20.8.0-bookworm-slim | 0.37.0 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/swissgrc/azure-pipelines-markdownlint/unstable?style=flat-square) | +| unstable | Latest unstable release (from `develop` branch) | node:20.8.1-bookworm-slim | 0.37.0 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/swissgrc/azure-pipelines-markdownlint/unstable?style=flat-square) | | 0.31.1 | [markdownlint-cli 0.31.1](https://github.com/igorshubovych/markdownlint-cli/releases/tag/v0.31.1) | node:18.4.0-bullseye | 0.31.1 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/swissgrc/azure-pipelines-markdownlint/0.31.1?style=flat-square) | | 0.32.0 | [markdownlint-cli 0.32.0](https://github.com/igorshubovych/markdownlint-cli/releases/tag/v0.32.0) | node:18.6.0-bullseye | 0.32.0 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/swissgrc/azure-pipelines-markdownlint/0.32.0?style=flat-square) | | 0.32.1 | [markdownlint-cli 0.32.1](https://github.com/igorshubovych/markdownlint-cli/releases/tag/v0.32.1) | node:18.6.0-bullseye | 0.32.1 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/swissgrc/azure-pipelines-markdownlint/0.32.1?style=flat-square) |