Skip to content

Commit 90cd34d

Browse files
fix(deps): update registry.k8s.io/kubectl docker tag (v1.33.2 → v1.33.3) (#106)
1 parent 4c217fe commit 90cd34d

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.5 /talosctl /usr/local/bin/talosctl
29-
COPY --from=registry.k8s.io/kubectl:v1.33.2 /bin/kubectl /usr/local/bin/kubectl
29+
COPY --from=registry.k8s.io/kubectl:v1.33.3 /bin/kubectl /usr/local/bin/kubectl
3030

3131
#hadolint ignore=DL3018
3232
RUN \

0 commit comments

Comments
 (0)