Skip to content

Commit

Permalink
fix: bump kubectl version in pipeline addapter to address golang.org/…
Browse files Browse the repository at this point in the history
…x/net/http2 CVE
  • Loading branch information
SaphMB committed Sep 24, 2024
1 parent 2fcdef2 commit 9b0fd77
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 @@ -28,7 +28,7 @@ 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=mikefarah/yq:4 /usr/bin/yq /bin/yq
COPY --chown=nonroot:nonroot --from=bitnami/kubectl:1.29.4 /opt/bitnami/kubectl/bin/kubectl /bin/kubectl
COPY --chown=nonroot:nonroot --from=bitnami/kubectl:1.31.1 /opt/bitnami/kubectl/bin/kubectl /bin/kubectl

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

0 comments on commit 9b0fd77

Please sign in to comment.