Skip to content

Commit 5be7fec

Browse files
authored
chore: security fixes (#342)
* Fix CVE's * bump cli
1 parent 68b548b commit 5be7fec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

installer-image/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM debian:bullseye-slim
22

3-
ARG CF_CLI_VERSION=v0.1.60
4-
ARG KUBECTL_VERSION=v1.27.2
3+
ARG CF_CLI_VERSION=v0.1.68
4+
ARG KUBECTL_VERSION=v1.28.12
55
ARG TARGETARCH
66

77
RUN apt-get update && apt-get install curl -y

0 commit comments

Comments
 (0)