From 7e446b52e8adc805ba94019eeb3aaf625167d188 Mon Sep 17 00:00:00 2001 From: phala Date: Mon, 13 Nov 2023 12:46:12 +0100 Subject: [PATCH] Update cfssl to 1.6.4 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6c67e16f..6a4675cf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ RUN curl https://mirror.openshift.com/pub/openshift-v4/clients/ocp/stable/opensh tar xzf /tmp/oc.tgz -C /usr/local/bin && \ rm /tmp/oc.tgz -RUN curl -L https://github.com/cloudflare/cfssl/releases/download/v1.6.3/cfssl_1.6.3_linux_amd64 >/usr/bin/cfssl && \ +RUN curl -L https://github.com/cloudflare/cfssl/releases/download/v1.6.4/cfssl_1.6.4_linux_amd64 >/usr/bin/cfssl && \ chmod +x /usr/bin/cfssl RUN python3.11 -m pip --no-cache-dir install poetry