Skip to content

Commit

Permalink
chore: upgrade kconnect dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Abby Watterson <Abby.Watterson@fmr.com>
  • Loading branch information
Abby Watterson authored and Abby Watterson committed Jun 18, 2024
1 parent 3adc10e commit 278e5a0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
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

0 comments on commit 278e5a0

Please sign in to comment.