Compare commits

...

2 Commits

Author SHA1 Message Date
3dc191c639 chore(deps): update docker.io/plugins/docker docker tag to v20.15.0
Some checks reported errors
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build encountered an error
2023-09-29 00:41:35 +02:00
995bedfc37 chore(deps): update docker.io/library/alpine docker tag to v3.18.4
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2023-09-29 00:18:14 +02:00
2 changed files with 10 additions and 10 deletions

View File

@ -66,7 +66,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
@ -132,7 +132,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
@ -198,7 +198,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
@ -264,7 +264,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
@ -328,7 +328,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
@ -392,7 +392,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
@ -577,7 +577,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
@ -637,7 +637,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
@ -697,7 +697,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/alpine:3.18.3
FROM docker.io/library/alpine:3.18.4
ARG HELM_VERSION