Skip to content

Commit

Permalink
Merge pull request #484 from danskernesdigitalebibliotek/dependabot/d…
Browse files Browse the repository at this point in the history
…ocker/tools/dplsh/azure-cli-2.65.0

Bump azure-cli from 2.63.0 to 2.65.0 in /tools/dplsh
  • Loading branch information
ITViking authored Oct 25, 2024
2 parents d876c62 + c3b7742 commit 5ca0a91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/dplsh/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ARG DPLSH_BUILD_VERSION=latest

# Use an intermediate images as a way to have dependabot track our dependency
# https://hub.docker.com/r/alpine/helm/tags?page=1&ordering=last_updated
FROM alpine/helm:3.16.2 as helm
FROM alpine/helm:3.15.4 as helm

# https://hub.docker.com/r/hashicorp/terraform/tags?page=1&ordering=last_updated
FROM hashicorp/terraform:1.9.5 as terraform
Expand All @@ -25,7 +25,7 @@ ARG KREW_VERSION=v0.4.4
ARG CERT_MANAGER_VERIFIER_VERSION=0.3.0

# The kubectl version can be bumped as we upgrade the cluster minor version.
ARG KUBECTL_VERSION=v1.27.9
ARG KUBECTL_VERSION=v1.29.5
# kubelogin is a client-go credential plugin implementing azure authentication.
# https://github.com/Azure/kubelogin/releases
ARG KUBELOGIN_VERSION=v0.0.34
Expand Down

0 comments on commit 5ca0a91

Please sign in to comment.