Compare commits

...

2 Commits

Author SHA1 Message Date
CSRBot 65b0da0215 chore(deps): update docker.io/plugins/docker docker tag to v20.15.0
continuous-integration/drone/pr Build is passing Details
continuous-integration/drone/push Build is failing Details
2023-09-22 18:51:29 +02:00
CSRBot 0e360e96c7 chore(deps): update docker.io/library/node docker tag to v20.7.0
continuous-integration/drone/pr Build is passing Details
continuous-integration/drone/push Build is passing Details
2023-09-20 03:07:47 +02:00
2 changed files with 10 additions and 10 deletions

View File

@ -69,7 +69,7 @@ steps:
image: git.cryptic.systems/volker.raschek/git:1.2.1
- name: build
image: docker.io/plugins/docker:20.10.9
image: docker.io/plugins/docker:20.15.0
settings:
auto_tag: false
dockerfile: Dockerfile
@ -135,7 +135,7 @@ steps:
image: git.cryptic.systems/volker.raschek/git:1.2.1
- name: build
image: docker.io/plugins/docker:20.10.9
image: docker.io/plugins/docker:20.15.0
settings:
auto_tag: false
dockerfile: Dockerfile
@ -201,7 +201,7 @@ steps:
image: git.cryptic.systems/volker.raschek/git:1.2.1
- name: build
image: docker.io/plugins/docker:20.10.9
image: docker.io/plugins/docker:20.15.0
settings:
auto_tag: false
dockerfile: Dockerfile
@ -267,7 +267,7 @@ steps:
image: git.cryptic.systems/volker.raschek/git:1.2.1
- name: build
image: docker.io/plugins/docker:20.10.9
image: docker.io/plugins/docker:20.15.0
settings:
auto_tag: false
dockerfile: Dockerfile
@ -331,7 +331,7 @@ steps:
image: git.cryptic.systems/volker.raschek/git:1.2.1
- name: build
image: docker.io/plugins/docker:20.10.9
image: docker.io/plugins/docker:20.15.0
settings:
auto_tag: false
dockerfile: Dockerfile
@ -395,7 +395,7 @@ steps:
image: git.cryptic.systems/volker.raschek/git:1.2.1
- name: build
image: docker.io/plugins/docker:20.10.9
image: docker.io/plugins/docker:20.15.0
settings:
auto_tag: false
dockerfile: Dockerfile
@ -580,7 +580,7 @@ steps:
image: git.cryptic.systems/volker.raschek/git:1.2.1
- name: build
image: docker.io/plugins/docker:20.10.9
image: docker.io/plugins/docker:20.15.0
settings:
auto_tag: true
auto_tag_suffix: amd64
@ -640,7 +640,7 @@ steps:
image: git.cryptic.systems/volker.raschek/git:1.2.1
- name: build
image: docker.io/plugins/docker:20.10.9
image: docker.io/plugins/docker:20.15.0
settings:
auto_tag: true
auto_tag_suffix: arm-v7
@ -700,7 +700,7 @@ steps:
image: git.cryptic.systems/volker.raschek/git:1.2.1
- name: build
image: docker.io/plugins/docker:20.10.9
image: docker.io/plugins/docker:20.15.0
settings:
auto_tag: true
auto_tag_suffix: arm64-v8

View File

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