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

Update Dockerfile.deps #730

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
6 changes: 3 additions & 3 deletions Dockerfile.deps
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ FROM alpine:3.17 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 Expand Up @@ -36,7 +36,7 @@ RUN curl -L \
RUN curl -L https://get.helm.sh/helm-v${HELM_VERSION}-${TARGETOS}-${TARGETARCH}.tar.gz -o helm.tar.gz && \
tar xvfz helm.tar.gz

FROM mcr.microsoft.com/azure-cli:2.56.0
FROM mcr.microsoft.com/azure-cli:2.65.0
RUN apk --no-cache add ca-certificates

WORKDIR /app/
Expand Down
Loading