Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: upgrade kconnect dependencies #726

Merged
merged 2 commits into from
Nov 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.17 AS certs
FROM alpine:3.19 AS certs
RUN apk --update add ca-certificates
RUN adduser -D kconnect

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.alpine
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.17
FROM alpine:3.19

RUN apk --no-cache add ca-certificates
COPY kconnect /
Expand Down
6 changes: 3 additions & 3 deletions Dockerfile.deps
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM alpine:3.17 AS builder
FROM alpine:3.19 AS builder

ARG AWS_IAM_AUTH_VERSION=0.6.14
ARG ODIC_LOGIN_VERSION=1.28.0
ARG KUBELOGIN_VERSION=0.1.0
ARG KUBECTL_VERSION=1.26.12
ARG KUBELOGIN_VERSION=0.1.3
ARG KUBECTL_VERSION=1.31.0
ARG HELM_VERSION=3.13.3
ARG TARGETOS
ARG TARGETARCH
Expand Down
Loading