Skip to content

Commit

Permalink
fix: update git utility versions in image
Browse files Browse the repository at this point in the history
Update the version of gh and glab used in the Dockerfile. go-git has a
CVE in it, so git tools were updated to the most recent versions that
mention updates to go-gh and go-gitlab respectively.

Signed-off-by: Johnny Bieren <[email protected]>
  • Loading branch information
johnbieren committed Jan 4, 2024
1 parent 5ad3918 commit 2fc79f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ ARG COSIGN_VERSION=2.1.1
ARG KUBECTL_VERSION=1.27.2
ARG OCP_VERSION=4.14.0-rc.5
ARG YQ_VERSION=4.34.1
ARG GLAB_VERSION=1.31.0
ARG GH_VERSION=2.32.1
ARG GLAB_VERSION=1.32.0
ARG GH_VERSION=2.39.2

RUN curl -L https://github.com/mikefarah/yq/releases/download/v${YQ_VERSION}/yq_linux_amd64 -o /usr/bin/yq &&\
curl -L https://dl.k8s.io/release/v${KUBECTL_VERSION}/bin/linux/amd64/kubectl -o /usr/bin/kubectl &&\
Expand Down

0 comments on commit 2fc79f8

Please sign in to comment.