Skip to content

Commit

Permalink
Merge pull request #55 from codefresh-io/security-vuln-fix
Browse files Browse the repository at this point in the history
CR-11738 security vuln fix
  • Loading branch information
rotem-codefresh authored Jul 6, 2022
2 parents e9c34f8 + 807e756 commit 8d9154d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ RUN export ARCH=$([[ "$(uname -m)" == "aarch64" ]] && echo "arm64" || echo "amd6
curl -o kubectl1.6 -L https://storage.googleapis.com/kubernetes-release/release/v1.6.0/bin/linux/${ARCH}/kubectl


FROM alpine:3.15.3
FROM alpine:3.15

RUN apk --no-cache update && apk upgrade && apk add --update bash

Expand Down
2 changes: 1 addition & 1 deletion service.yaml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version: 16.1.9
version: 16.1.10

0 comments on commit 8d9154d

Please sign in to comment.