From 47d6323a4539f1aa5457fe9e8ed561fcd888a615 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 22 Dec 2024 06:00:54 +0000 Subject: [PATCH] chore(deps): update alpine/helm docker tag to v3.16.4 --- distribution/helm-plugin/docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/distribution/helm-plugin/docker/Dockerfile b/distribution/helm-plugin/docker/Dockerfile index ef478715a..09c0aafeb 100644 --- a/distribution/helm-plugin/docker/Dockerfile +++ b/distribution/helm-plugin/docker/Dockerfile @@ -13,7 +13,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM alpine/helm:3.16.3 +FROM alpine/helm:3.16.4 ARG CHARTED_VERSION RUN helm plugin install https://artifacts.noelware.org/charted/helm-plugin/${CHARTED_VERSION}/distribution.tar.gz