1 Commits

Author SHA1 Message Date
7e9bedef54 chore(deps): update docker.io/library/node docker tag to v24
All checks were successful
Lint Markdown files / markdown-lint (pull_request) Successful in 4s
Build / build-amd64 (pull_request) Successful in 1m42s
Build / build-arm64 (pull_request) Successful in 1m44s
2025-05-13 01:07:34 +00:00
2 changed files with 3 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM docker.io/library/node:24.1.0-alpine3.20 AS build
FROM docker.io/library/node:24.0.1-alpine3.20 AS build
ARG MARKDOWNLINT_VERSION=master

View File

@ -1,6 +1,6 @@
# MARKDOWNLINT_VERSION
# Only required to install a specify version
MARKDOWNLINT_VERSION?=v0.45.0 # renovate: datasource=github-releases depName=igorshubovych/markdownlint-cli
MARKDOWNLINT_VERSION?=v0.44.0 # renovate: datasource=github-releases depName=igorshubovych/markdownlint-cli
# CONTAINER_RUNTIME
# The CONTAINER_RUNTIME variable will be used to specified the path to a
@ -27,6 +27,7 @@ container-image/build:
--no-cache \
--pull \
--tag ${MARKDOWNLINT_IMAGE_FULLY_QUALIFIED} \
--tag \
.
# DELETE CONTAINER IMAGE