mirror of
https://github.com/drone/drone-kaniko.git
synced 2026-06-14 14:02:33 +08:00
upgrade kaniko version for chmod on ADD and COPY (#121)
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
FROM gcr.io/kaniko-project/executor:v1.20.1
|
||||
FROM gcr.io/kaniko-project/executor:v1.23.0
|
||||
|
||||
ENV HOME /root
|
||||
ENV USER root
|
||||
ENV KANIKO_VERSION=1.20.1
|
||||
ENV KANIKO_VERSION=1.23.0
|
||||
|
||||
ADD release/linux/arm64/kaniko-gar /kaniko/
|
||||
ENTRYPOINT ["/kaniko/kaniko-gar"]
|
||||
|
||||
Reference in New Issue
Block a user