4 Commits

Author SHA1 Message Date
9182c584ac chore(deps): update docker.io/library/node docker tag to v21.5.0
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2024-01-10 20:09:23 +00:00
5b87c43174 Merge pull request 'chore(deps): update docker.io/plugins/docker docker tag to v20.17.2' (#46) from renovate/docker.io-plugins-docker-20.x into master
All checks were successful
continuous-integration/drone/push Build is passing
2024-01-10 17:29:58 +00:00
b184cf6a18 chore(deps): update docker.io/plugins/docker docker tag to v20.17.2
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2024-01-10 17:12:27 +00:00
2f8c2fca87 chore(deps): update git.cryptic.systems/volker.raschek/markdownlint docker tag 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 14:41:17 +00:00
2 changed files with 8 additions and 8 deletions

View File

@@ -16,7 +16,7 @@ steps:
- name: markdown lint
commands:
- markdownlint *.md
image: git.cryptic.systems/volker.raschek/markdownlint:0.37.0
image: git.cryptic.systems/volker.raschek/markdownlint:0.38.0
resources:
limits:
cpu: 150
@@ -69,7 +69,7 @@ steps:
image: git.cryptic.systems/volker.raschek/git:1.3.1
- name: build
image: docker.io/plugins/docker:20.17.1
image: docker.io/plugins/docker:20.17.2
settings:
auto_tag: false
dockerfile: Dockerfile
@@ -135,7 +135,7 @@ steps:
image: git.cryptic.systems/volker.raschek/git:1.3.1
- name: build
image: docker.io/plugins/docker:20.17.1
image: docker.io/plugins/docker:20.17.2
settings:
auto_tag: false
dockerfile: Dockerfile
@@ -201,7 +201,7 @@ steps:
image: git.cryptic.systems/volker.raschek/git:1.3.1
- name: build
image: docker.io/plugins/docker:20.17.1
image: docker.io/plugins/docker:20.17.2
settings:
auto_tag: false
dockerfile: Dockerfile
@@ -265,7 +265,7 @@ steps:
image: git.cryptic.systems/volker.raschek/git:1.3.1
- name: build
image: docker.io/plugins/docker:20.17.1
image: docker.io/plugins/docker:20.17.2
settings:
auto_tag: false
dockerfile: Dockerfile
@@ -449,7 +449,7 @@ steps:
image: git.cryptic.systems/volker.raschek/git:1.3.1
- name: build
image: docker.io/plugins/docker:20.17.1
image: docker.io/plugins/docker:20.17.2
settings:
auto_tag: true
auto_tag_suffix: amd64
@@ -509,7 +509,7 @@ steps:
image: git.cryptic.systems/volker.raschek/git:1.3.1
- name: build
image: docker.io/plugins/docker:20.17.1
image: docker.io/plugins/docker:20.17.2
settings:
auto_tag: true
auto_tag_suffix: arm64-v8

View File

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