Skip to content

Commit

Permalink
feat: (IAC-1035) Remediate high security vulnerabilities (#322)
Browse files Browse the repository at this point in the history
  • Loading branch information
riragh authored Jun 16, 2023
1 parent 8bd961a commit d3cafba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ COPY --from=terraform /bin/terraform /bin/terraform
COPY . .

RUN apk update \
&& apk --no-cache add git openssh \
&& apk upgrade \
&& apk add --no-cache git openssh \
&& curl -sLO https://storage.googleapis.com/kubernetes-release/release/v$KUBECTL_VERSION/bin/linux/amd64/kubectl \
&& chmod 755 ./kubectl /viya4-iac-azure/docker-entrypoint.sh \
&& mv ./kubectl /usr/local/bin/kubectl \
Expand Down

0 comments on commit d3cafba

Please sign in to comment.