Skip to content

Commit

Permalink
Merge pull request #56 from codefresh-io/CR-14095
Browse files Browse the repository at this point in the history
CR-14095 image Vuln: cf-deploy-kubernetes
  • Loading branch information
vadim-kharin-codefresh authored Sep 8, 2022
2 parents 8d9154d + 588df77 commit c5a9f23
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
FROM alpine:3.15.6

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.10
version: 16.1.11

0 comments on commit c5a9f23

Please sign in to comment.