Compare commits
2 Commits
7e9bedef54
...
b9711e8d8c
Author | SHA1 | Date | |
---|---|---|---|
b9711e8d8c | |||
893fc551e2 |
@ -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
|
||||
|
||||
|
1
Makefile
1
Makefile
@ -27,7 +27,6 @@ container-image/build:
|
||||
--no-cache \
|
||||
--pull \
|
||||
--tag ${MARKDOWNLINT_IMAGE_FULLY_QUALIFIED} \
|
||||
--tag \
|
||||
.
|
||||
|
||||
# DELETE CONTAINER IMAGE
|
||||
|
Loading…
x
Reference in New Issue
Block a user