Skip to content

Commit d3cafba

Browse files
authored
feat: (IAC-1035) Remediate high security vulnerabilities (#322)
1 parent 8bd961a commit d3cafba

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ COPY --from=terraform /bin/terraform /bin/terraform
1111
COPY . .
1212

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

0 commit comments

Comments
 (0)