5 Commits

Author SHA1 Message Date
9a0d1335c2 fix(Makefile): rename image
All checks were successful
continuous-integration/drone/push Build is passing
2023-12-09 15:09:20 +01:00
3e3d746ec4 Merge pull request 'chore(deps): update dependency igorshubovych/markdownlint-cli to v0.38.0' (#43) from renovate/igorshubovych-markdownlint-cli-0.x into master
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #43
2023-12-09 14:06:20 +00:00
07fc2cf729 chore(deps): update dependency igorshubovych/markdownlint-cli to v0.38.0
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2023-12-09 13:39:45 +00:00
70cbadba19 Merge pull request 'chore(deps): update docker.io/library/node docker tag to v21' (#38) from renovate/docker.io-library-node-21.x into master
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #38
2023-12-09 12:54:10 +00:00
503405a95a chore(deps): update docker.io/library/node docker tag to v21
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2023-12-06 23:11:11 +00:00
2 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
FROM docker.io/library/node:20.10.0-alpine3.18 AS build FROM docker.io/library/node:21.4.0-alpine3.18 AS build
ARG MARKDOWNLINT_VERSION=master ARG MARKDOWNLINT_VERSION=master

View File

@ -1,6 +1,6 @@
# MARKDOWNLINT_VERSION # MARKDOWNLINT_VERSION
# Only required to install a specifiy version # Only required to install a specifiy version
MARKDOWNLINT_VERSION?=v0.37.0 # renovate: datasource=github-releases depName=igorshubovych/markdownlint-cli MARKDOWNLINT_VERSION?=v0.38.0 # renovate: datasource=github-releases depName=igorshubovych/markdownlint-cli
# CONTAINER_RUNTIME # CONTAINER_RUNTIME
# The CONTAINER_RUNTIME variable will be used to specified the path to a # The CONTAINER_RUNTIME variable will be used to specified the path to a
@ -9,8 +9,8 @@ CONTAINER_RUNTIME?=$(shell which podman)
# MARKDOWNLINT_IMAGE_REGISTRY_NAME # MARKDOWNLINT_IMAGE_REGISTRY_NAME
# Defines the name of the new container to be built using several variables. # Defines the name of the new container to be built using several variables.
MARKDOWNLINT_IMAGE_REGISTRY_NAME:=docker.io MARKDOWNLINT_IMAGE_REGISTRY_NAME:=git.cryptic.systems
MARKDOWNLINT_IMAGE_REGISTRY_USER:=volkerraschek MARKDOWNLINT_IMAGE_REGISTRY_USER:=volker.raschek
MARKDOWNLINT_IMAGE_NAMESPACE?=${MARKDOWNLINT_IMAGE_REGISTRY_USER} MARKDOWNLINT_IMAGE_NAMESPACE?=${MARKDOWNLINT_IMAGE_REGISTRY_USER}
MARKDOWNLINT_IMAGE_NAME:=markdownlint MARKDOWNLINT_IMAGE_NAME:=markdownlint
@ -49,4 +49,4 @@ container-image/push:
# ============================================================================== # ==============================================================================
# Declare the contents of the PHONY variable as phony. We keep that information # Declare the contents of the PHONY variable as phony. We keep that information
# in a variable so we can use it in if_changed. # in a variable so we can use it in if_changed.
.PHONY: ${PHONY} .PHONY: ${PHONY}