Skip to content

Commit

Permalink
CVEs fix (krkn-chaos#698)
Browse files Browse the repository at this point in the history
* golang cves fix

Signed-off-by: Tullio Sebastiani <[email protected]>

fix

Signed-off-by: Tullio Sebastiani <[email protected]>

* arcaflow update

Signed-off-by: Tullio Sebastiani <[email protected]>

---------

Signed-off-by: Tullio Sebastiani <[email protected]>
  • Loading branch information
tsebastiani authored Sep 20, 2024
1 parent 34bfc0d commit 32142cc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions containers/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
# oc build
FROM golang:1.22.4 AS oc-build
FROM golang:1.22.5 AS oc-build
RUN apt-get update && apt-get install -y --no-install-recommends libkrb5-dev
WORKDIR /tmp
RUN git clone --branch release-4.18 https://github.com/openshift/oc.git
WORKDIR /tmp/oc
RUN go mod edit -go 1.22.3 &&\
RUN go mod edit -go 1.22.5 &&\
go get github.com/moby/[email protected] &&\
go get github.com/containerd/[email protected]&&\
go get github.com/docker/[email protected]&&\
go get github.com/docker/[email protected]&&\
go get github.com/opencontainers/[email protected]&&\
go mod tidy && go mod vendor
RUN make GO_REQUIRED_MIN_VERSION:= oc

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
aliyun-python-sdk-core==2.13.36
aliyun-python-sdk-ecs==4.24.25
arcaflow-plugin-sdk==0.14.0
arcaflow==0.17.2
arcaflow==0.19.1
boto3==1.28.61
azure-identity==1.16.1
azure-keyvault==4.2.0
Expand Down

0 comments on commit 32142cc

Please sign in to comment.