Skip to content

Commit

Permalink
Merge pull request #278 from pehala/update_cfssl_container
Browse files Browse the repository at this point in the history
Update cfssl to 1.6.4
  • Loading branch information
pehala authored Nov 15, 2023
2 parents a1665b5 + 7e446b5 commit 3b76902
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3b76902

Please sign in to comment.