Skip to content

Commit

Permalink
updating to latest kaniko version, fixes issue with symlinks in docke…
Browse files Browse the repository at this point in the history
…r image files (#37)

Co-authored-by: Peter Kreidermacher <[email protected]>
  • Loading branch information
pdkreid and Peter Kreidermacher authored Apr 29, 2020
1 parent d2efaa5 commit 3cbb2d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN apk add --update --no-cache ca-certificates
## docker build --no-cache -t vela-docker:local . ##
##########################################################

FROM gcr.io/kaniko-project/executor:debug-v0.18.0
FROM gcr.io/kaniko-project/executor:debug-v0.19.0

COPY --from=certs /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ca-certificates.crt

Expand Down

0 comments on commit 3cbb2d2

Please sign in to comment.