From 81d76a57978e4f9bd2d18e8504ac6561fe65116d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 14:17:36 +0000 Subject: [PATCH] Update Node.js to v22 (#130) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Fabian Amhof --- Dockerfile | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 47eaea7..296dad8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:20.18.0-bookworm-slim +FROM node:22.11.0-bookworm-slim LABEL org.opencontainers.image.vendor="Swiss GRC AG" LABEL org.opencontainers.image.authors="Swiss GRC AG " diff --git a/README.md b/README.md index 7365ba7..49547b5 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.17.0-bookworm-slim | 0.42.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.18.0-bookworm-slim | 0.43.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:22.11.0-bookworm-slim | 0.43.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) |