Skip to content

Commit 680fd09

Browse files
CR-10238 Fix security issues for cf-deploy-kubernetes
1 parent 62d614d commit 680fd09

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.2
22+
FROM alpine:3.15.3
2323

2424
RUN 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.7
1+
version: 16.1.8

0 commit comments

Comments
 (0)