Skip to content
This repository was archived by the owner on Mar 6, 2025. It is now read-only.
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
2 changes: 1 addition & 1 deletion tools/dplsh/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ARG AZURE_CLI_TAG=latest
ARG DPLSH_BUILD_VERSION=latest

# Use an intermediate images as a way to have dependabot track our dependency
FROM alpine/helm:3.5.4 as helm
FROM alpine/helm:3.10.2 as helm
FROM hashicorp/terraform:1.0.0 as terraform

# We use the official azure cli as a base-image. It is itself based on alpine
Expand Down