Compare commits

...

2 Commits

Author SHA1 Message Date
b9711e8d8c
chore(deps): update docker.io/library/node docker tag to v24
All checks were successful
Lint Markdown files / markdown-lint (pull_request) Successful in 8s
Build / build-amd64 (pull_request) Successful in 23s
Build / build-arm64 (pull_request) Successful in 1m39s
2025-05-13 17:24:15 +00:00
893fc551e2
fix(Makefile): get rid of unqualified container images
All checks were successful
Lint Markdown files / markdown-lint (push) Successful in 4s
Build / build-amd64 (push) Successful in 1m23s
Build / build-arm64 (push) Successful in 1m46s
2025-05-13 19:04:20 +02:00
2 changed files with 1 additions and 2 deletions

View File

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

View File

@ -27,7 +27,6 @@ container-image/build:
--no-cache \
--pull \
--tag ${MARKDOWNLINT_IMAGE_FULLY_QUALIFIED} \
--tag \
.
# DELETE CONTAINER IMAGE