From e3ef6319112f9efaf1a555bc36deedfa6922b0ec Mon Sep 17 00:00:00 2001 From: Haitao Pan Date: Thu, 23 Feb 2023 15:04:05 +0800 Subject: [PATCH] oci/app-runner/chart-builder-alpine/Dockerfile: update --- oci/app-runner/chart-builder-alpine/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oci/app-runner/chart-builder-alpine/Dockerfile b/oci/app-runner/chart-builder-alpine/Dockerfile index 1f964d3..09cd9d6 100644 --- a/oci/app-runner/chart-builder-alpine/Dockerfile +++ b/oci/app-runner/chart-builder-alpine/Dockerfile @@ -19,7 +19,7 @@ RUN case `uname -m` in \ rm -rf linux-${ARCH} && \ chmod 755 /usr//bin/helm && \ helm plugin install https://github.com/chartmuseum/helm-push.git && \ - helm plugin install https://github.com/belitre/helm-push-artifactory-plugin.git --version 1.0.1 + helm plugin install https://github.com/belitre/helm-push-artifactory-plugin.git --version v1.0.2 ADD ca.crt /usr/share/ca-certificates/mozilla/Lets_Encrypt_ca.crt RUN echo "mozilla/Lets_Encrypt_ca.crt" >> /etc/ca-certificates.conf && update-ca-certificates