From ea04a5fe5b9a324609bbb043a998dcdec656795a Mon Sep 17 00:00:00 2001 From: "mr-borboto[bot]" <170036086+mr-borboto[bot]@users.noreply.github.com> Date: Sun, 29 Sep 2024 14:16:25 +0000 Subject: [PATCH 1/2] =?UTF-8?q?deps(container):=20update=20ghcr.io/budiman?= =?UTF-8?q?jojo/talhelper=20docker=20tag=20(=20v3.0.5=20=E2=86=92=20v3.0.6?= =?UTF-8?q?=20)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .devcontainer/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index 159dec7..1b07eab 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -3,7 +3,7 @@ ## ================================================================================================ ARG KUBECTL_VERSION=1.31.1@sha256:da4a9868e20d941636087cb8624a4bb441f5249d69e8f3d27e53c7d4d280a5f3 ARG TALOSCTL_VERSION=v1.8.0@sha256:08b8260e162391b7714466f36105902beb3dcac3d4fa1408b4f4838ddbb5b8ea -ARG TALHELPER_VERSION=v3.0.5@sha256:1d5ea10b83e5bce0a32907ada9866267abf1854215000ead86538ffe779c1357 +ARG TALHELPER_VERSION=v3.0.6@sha256:a6d40693ca004381fc6d436f608df755ca6a32b9215740d63db23498ba7bba64 ARG TASKFILE_VERSION=v3.38.0@sha256:308c4f5be86bffae3f956cbd7225c4fec69b0e7a89012120b818a10df45d7c59 ARG GOLINT_VERSION=v1.61.0-alpine@sha256:61e2d68adc792393fcb600340fe5c28059638d813869d5b4c9502392a2fb4c96 ARG GORELEASER_VERSION=v2.3.2@sha256:d62b4a18dfe3af7bd4da9e5954b496548ef04e73ae8f98cd75ba63a9ed4d73e5 From 1106e0ca3edaff73ca74251232e19174478d87e6 Mon Sep 17 00:00:00 2001 From: Mircea-Pavel ANTON Date: Sun, 29 Sep 2024 18:47:21 +0000 Subject: [PATCH 2/2] fix --- .devcontainer/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index 1b07eab..c983d52 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -31,7 +31,7 @@ RUN kubectl completion bash | sudo tee /etc/bash_completion.d/kubectl.bash > /de COPY --from=talosctl /talosctl /usr/local/bin/talosctl RUN talosctl completion bash | sudo tee /etc/bash_completion.d/talosctl.bash > /dev/null -COPY --from=talhelper /usr/local/bin/talhelper /usr/local/bin/talhelper +COPY --from=talhelper /bin/talhelper /usr/local/bin/talhelper RUN talhelper completion bash | sudo tee /etc/bash_completion.d/talhelper.bash > /dev/null COPY --from=golangci-lint /usr/bin/golangci-lint /usr/local/bin/golangci-lint