File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1- FROM alpine:3.21 AS certs
1+ FROM alpine:3.22 AS certs
22RUN apk --update add ca-certificates && adduser -D kconnect
33
44FROM scratch
Original file line number Diff line number Diff line change 1- FROM alpine:3.21
1+ FROM alpine:3.22
22
33RUN apk --no-cache add ca-certificates && adduser -D kconnect
44COPY kconnect /
Original file line number Diff line number Diff line change 1- FROM alpine:3.21 AS builder
1+ FROM alpine:3.22 AS builder
22# https://github.com/kubernetes-sigs/aws-iam-authenticator
3- ARG AWS_IAM_AUTH_VERSION=0.7.4
3+ ARG AWS_IAM_AUTH_VERSION=0.7.6
44# https://github.com/int128/kubelogin
5- ARG ODIC_LOGIN_VERSION=1.33.0
5+ ARG ODIC_LOGIN_VERSION=1.34.1
66# https://github.com/Azure/kubelogin
7- ARG KUBELOGIN_VERSION=0.2.9
7+ ARG KUBELOGIN_VERSION=0.2.10
88# https://github.com/kubernetes/kubectl
9- ARG KUBECTL_VERSION=1.32.6
9+ ARG KUBECTL_VERSION=1.33.4
1010# https://github.com/helm/helm
11- ARG HELM_VERSION=3.18.4
11+ ARG HELM_VERSION=3.18.6
1212
1313ARG TARGETOS
1414ARG TARGETARCH
You can’t perform that action at this time.
0 commit comments