Skip to content

Commit b249130

Browse files
author
dakodakov
authored
control-service: pin kaniko version (#3370)
pin kaniko version to fix dns resolve issue Signed-off-by: Dako Dakov <ddakov@vmware.com>
1 parent 3e4a58e commit b249130

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.3.9
1+
1.3.10

projects/control-service/projects/job-builder/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Used to trigger a build for a data job image.
22

3-
FROM gcr.io/kaniko-project/executor:debug
3+
FROM gcr.io/kaniko-project/executor:v1.20.1-debug
44

55
WORKDIR /workspace
66

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.4.2
1+
1.4.3

0 commit comments

Comments
 (0)