From 8d8c97e6c8cbe1352e06d31d0ad8b2223d2cfb4f Mon Sep 17 00:00:00 2001 From: naumso Date: Wed, 19 Jul 2023 18:30:09 +0300 Subject: [PATCH] up --- Dockerfile | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 572bd93..59e543f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM gcr.io/kaniko-project/executor:v1.9.1-debug +FROM gcr.io/kaniko-project/executor:v1.9.2-debug ENV HOME /root ENV USER root diff --git a/README.md b/README.md index 844d927..16807f2 100644 --- a/README.md +++ b/README.md @@ -129,7 +129,7 @@ docker build -t 1sept/drone-kaniko . ```bash -docker buildx build --no-cache --platform linux/amd64 --push -t 1sept/drone-kaniko:latest -t 1sept/drone-kaniko:v1.9.1-debug . +docker buildx build --no-cache --platform linux/amd64 --push -t 1sept/drone-kaniko:latest -t 1sept/drone-kaniko:v1.9.2-debug . -t harbor.1sept.ru/drone/drone-kaniko:latest -t harbor.1sept.ru/drone/drone-kaniko:v1.9.2-debug ```