Skip to content

Commit 85cfc07

Browse files
chore(CR-35445): update kubectl to v1.35.3 in all Dockerfiles (#911)
## What ## Why ## Notes
1 parent 7089ab2 commit 85cfc07

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Dockerfile-debian

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ RUN apt update \
1212
&& ln -s /bin/busybox /usr/bin/[[
1313
RUN npm upgrade -g npm
1414
COPY --from=mikefarah/yq:4.52.4 /usr/bin/yq /usr/local/bin/yq
15-
ADD --chmod=775 https://dl.k8s.io/release/v1.35.1/bin/${TARGETPLATFORM}/kubectl /usr/local/bin/kubectl
15+
ADD --chmod=775 https://dl.k8s.io/release/v1.35.3/bin/${TARGETPLATFORM}/kubectl /usr/local/bin/kubectl
1616
WORKDIR /cf-cli
1717
COPY package.json yarn.lock check-version.js run-check-version.js /cf-cli/
1818
RUN yarn install --prod --frozen-lockfile && \

Dockerfile-debian-rootless

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ RUN apt update \
1111
&& ln -s /bin/busybox /usr/bin/[[
1212
RUN npm upgrade -g npm
1313
COPY --from=mikefarah/yq:4.52.4 /usr/bin/yq /usr/local/bin/yq
14-
ADD --chmod=775 https://dl.k8s.io/release/v1.35.1/bin/${TARGETPLATFORM}/kubectl /usr/local/bin/kubectl
14+
ADD --chmod=775 https://dl.k8s.io/release/v1.35.3/bin/${TARGETPLATFORM}/kubectl /usr/local/bin/kubectl
1515
WORKDIR /cf-cli
1616
COPY package.json yarn.lock check-version.js run-check-version.js /cf-cli/
1717
RUN yarn install --prod --frozen-lockfile && \

Dockerfile-rootless

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ RUN apk --update add --no-cache \
77
git \
88
jq
99
COPY --from=mikefarah/yq:4.52.4 /usr/bin/yq /usr/local/bin/yq
10-
ADD --chmod=775 https://dl.k8s.io/release/v1.35.1/bin/${TARGETPLATFORM}/kubectl /usr/local/bin/kubectl
10+
ADD --chmod=775 https://dl.k8s.io/release/v1.35.3/bin/${TARGETPLATFORM}/kubectl /usr/local/bin/kubectl
1111
WORKDIR /cf-cli
1212
COPY package.json yarn.lock check-version.js run-check-version.js /cf-cli/
1313
RUN yarn install --prod --frozen-lockfile && \

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codefresh",
3-
"version": "1.1.2",
3+
"version": "1.1.3",
44
"description": "Codefresh command line utility",
55
"main": "index.js",
66
"preferGlobal": true,

0 commit comments

Comments
 (0)