Skip to content

Commit

Permalink
chore: bump kubectl used in pipeline-adapter to 1.31.4
Browse files Browse the repository at this point in the history
  • Loading branch information
SaphMB committed Jan 2, 2025
1 parent 5ffc885 commit 0f0a769
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.pipeline-adapter
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ COPY --chown=nonroot:nonroot --from=busybox /bin/sh /bin/sh
COPY --chown=nonroot:nonroot --from=busybox /bin/cat /bin/cat
COPY --chown=nonroot:nonroot --from=busybox /bin/date /bin/date
COPY --chown=nonroot:nonroot --from=busybox /bin/head /bin/head
COPY --chown=nonroot:nonroot --from=bitnami/kubectl:1.31.1 /opt/bitnami/kubectl/bin/kubectl /bin/kubectl
COPY --chown=nonroot:nonroot --from=bitnami/kubectl:1.31.4 /opt/bitnami/kubectl/bin/kubectl /bin/kubectl

COPY --chown=nonroot:nonroot --from=builder /workspace/bin/work-creator /bin/work-creator
COPY --chown=nonroot:nonroot --from=builder /workspace/bin/update-status /bin/update-status
Expand Down

0 comments on commit 0f0a769

Please sign in to comment.