chore: bump drone-kaniko version to 0.8.1
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
surtur 2021-02-26 18:31:41 +01:00
parent 4fd4146b1d
commit 487c031566
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

View File

@ -61,7 +61,7 @@ steps:
- name: docker-release-build
pull: always
image: ghcr.io/finitum/drone-kaniko:0.7.0
image: ghcr.io/finitum/drone-kaniko:0.8.1
depends_on: [release, hadolint release]
settings:
dockerfile: Dockerfile
@ -69,7 +69,7 @@ steps:
- name: docker-debug-build
pull: always
image: ghcr.io/finitum/drone-kaniko:0.7.0
image: ghcr.io/finitum/drone-kaniko:0.8.1
depends_on: [debug, hadolint debug]
settings:
dockerfile: Dockerfile.dev