Compare commits

..

1 commit

Author SHA1 Message Date
94bcd94889 Update docker/dockerfile Docker tag to v1.20
All checks were successful
Checking yaml / Run yamllint (pull_request) Successful in 14s
Checking Renovate configuration / validate (pull_request) Successful in 51s
Build talosctl+talhelper+sops image (push on main only) / build (push) Successful in 8m43s
2025-11-24 07:48:07 +00:00

View file

@ -110,7 +110,7 @@ LABEL org.opencontainers.image.url.talhelper="https://github.com/budimanjojo/tal
LABEL org.opencontainers.image.url.sops="https://github.com/getsops/sops"
RUN set -eux; \
apk add --no-cache ca-certificates-bundle bash git openssh-client curl nodejs npm; \
apk add --no-cache ca-certificates-bundle bash git openssh-client; \
mkdir -p /usr/local/share/checksums
COPY --from=downloader /tmp/talosctl /usr/local/bin/talosctl