Skip to content

Commit c5a9f23

Browse files
Merge pull request #56 from codefresh-io/CR-14095
CR-14095 image Vuln: cf-deploy-kubernetes
2 parents 8d9154d + 588df77 commit c5a9f23

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ RUN export ARCH=$([[ "$(uname -m)" == "aarch64" ]] && echo "arm64" || echo "amd6
1919
curl -o kubectl1.6 -L https://storage.googleapis.com/kubernetes-release/release/v1.6.0/bin/linux/${ARCH}/kubectl
2020

2121

22-
FROM alpine:3.15
22+
FROM alpine:3.15.6
2323

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

service.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version: 16.1.10
1+
version: 16.1.11

0 commit comments

Comments
 (0)