Skip to content

Commit d93cd58

Browse files
committed
feat(deps): upgrade dependencies in Dockerfiles
Signed-off-by: Casale, Robert <[email protected]>
1 parent 92539ac commit d93cd58

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3.21 AS certs
1+
FROM alpine:3.22 AS certs
22
RUN apk --update add ca-certificates && adduser -D kconnect
33

44
FROM scratch

Dockerfile.alpine

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3.21
1+
FROM alpine:3.22
22

33
RUN apk --no-cache add ca-certificates && adduser -D kconnect
44
COPY kconnect /

Dockerfile.deps

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
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

1313
ARG TARGETOS
1414
ARG TARGETARCH

0 commit comments

Comments
 (0)