Skip to content

Commit 534dfd5

Browse files
Abby Wattersonawatterson22
Abby Watterson
authored andcommitted
chore: upgrade kconnect dependencies
Signed-off-by: Abby Watterson <[email protected]>
1 parent 67bc2cb commit 534dfd5

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3.17 AS certs
1+
FROM alpine:3.19 AS certs
22
RUN apk --update add ca-certificates
33
RUN adduser -D kconnect
44

Dockerfile.alpine

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3.17
1+
FROM alpine:3.19
22

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

Dockerfile.deps

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
FROM alpine:3.17 AS builder
1+
FROM alpine:3.19 AS builder
22

33
ARG AWS_IAM_AUTH_VERSION=0.6.14
44
ARG ODIC_LOGIN_VERSION=1.28.0
5-
ARG KUBELOGIN_VERSION=0.1.0
6-
ARG KUBECTL_VERSION=1.26.12
5+
ARG KUBELOGIN_VERSION=0.1.3
6+
ARG KUBECTL_VERSION=1.31.0
77
ARG HELM_VERSION=3.13.3
88
ARG TARGETOS
99
ARG TARGETARCH

0 commit comments

Comments
 (0)