Skip to content

Commit

Permalink
feat: (IAC-1194) Update dependencies to resolve security vulnerabilit…
Browse files Browse the repository at this point in the history
…ies (#508)
  • Loading branch information
riragh authored Dec 7, 2023
1 parent 9383c56 commit b2863fb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@ RUN apt-get update && apt-get upgrade -y \
&& update-alternatives --install /usr/bin/pip pip /usr/bin/pip3 1

FROM baseline as tool_builder
ARG kubectl_version=1.26.8
ARG kubectl_version=1.26.10

WORKDIR /build

RUN curl -sLO https://storage.googleapis.com/kubernetes-release/release/v$kubectl_version/bin/linux/amd64/kubectl && chmod 755 ./kubectl

# Installation
FROM baseline
ARG helm_version=3.12.0
ARG aws_cli_version=2.7.22
ARG helm_version=3.13.2
ARG aws_cli_version=2.13.33
ARG gcp_cli_version=440.0.0-0

# Add extra packages
Expand Down
4 changes: 2 additions & 2 deletions docs/user/Dependencies.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ The following list details our dependencies and versions (~ indicates multiple p
| ~ | rsync | any |
| ~ | kubectl | 1.25 - 1.27 |
| ~ | Helm | 3 |
| pip3 | ansible | 8.0.0 |
| pip3 | ansible | 8.6.0 |
| pip3 | openshift | 0.13.1 |
| pip3 | kubernetes | 26.1.0 |
| pip3 | dnspython | 2.3.0 |
Expand Down Expand Up @@ -48,7 +48,7 @@ As described in the [Docker Installation](./DockerUsage.md) section add addition
```bash
# Override kubectl version
docker build \
--build-arg kubectl_version=1.26.8 \
--build-arg kubectl_version=1.26.10 \
-t viya4-deployment .
```

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ansible==8.0.0 # 2.10.7
ansible==8.6.0 # 2.10.7
openshift==0.13.1 # 0.12.0
kubernetes==26.1.0 # 12.0.1
dnspython==2.3.0 # 2.1.0
Expand Down

0 comments on commit b2863fb

Please sign in to comment.