Skip to content

Commit

Permalink
image-builder(deps): bump kaniko-project/executor (#10963)
Browse files Browse the repository at this point in the history
Bumps kaniko-project/executor from v1.23.0 to v1.23.1.

---
updated-dependencies:
- dependency-name: kaniko-project/executor
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 10, 2024
1 parent c4997bf commit 67b17c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/image-builder/images/kaniko/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ COPY . /app/
RUN cd /app/cmd/image-builder && CGO_ENABLED=0 go build -buildvcs=false -o /app/image-builder -a -ldflags '-extldflags "-static"' .


FROM gcr.io/kaniko-project/executor:v1.23.0
FROM gcr.io/kaniko-project/executor:v1.23.1

COPY --from=builder /app/image-builder /image-builder

Expand Down

0 comments on commit 67b17c1

Please sign in to comment.