Skip to content

Commit 45a5691

Browse files
fix(deps): update registry.k8s.io/kubectl docker tag (v1.33.1 → v1.33.2) (#84)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 01eae84 commit 45a5691

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/buoy/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ RUN \
2626
zfs
2727

2828
COPY --from=ghcr.io/siderolabs/talosctl:v1.10.4 /talosctl /usr/local/bin/talosctl
29-
COPY --from=registry.k8s.io/kubectl:v1.33.1 /bin/kubectl /usr/local/bin/kubectl
29+
COPY --from=registry.k8s.io/kubectl:v1.33.2 /bin/kubectl /usr/local/bin/kubectl
3030

3131
#hadolint ignore=DL3018
3232
RUN \

0 commit comments

Comments
 (0)