Skip to content

Commit

Permalink
bump Kaniko to v1.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fergusean authored Feb 8, 2024
1 parent a553f75 commit cfb6be6
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 @@ -13,5 +13,5 @@ RUN mkdir build && \
go build -o build/${file%.go} $file; \
done

FROM gcr.io/kaniko-project/executor:v1.13.0-debug
FROM gcr.io/kaniko-project/executor:v1.20.0-debug
COPY --from=builder /src/build/* /bin/

0 comments on commit cfb6be6

Please # to comment.