diff --git a/tools/dplsh/Dockerfile b/tools/dplsh/Dockerfile index 32b979b5..573c99f6 100644 --- a/tools/dplsh/Dockerfile +++ b/tools/dplsh/Dockerfile @@ -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.15.4 as helm +FROM alpine/helm:3.16.4 as helm # https://hub.docker.com/r/hashicorp/terraform/tags?page=1&ordering=last_updated FROM hashicorp/terraform:1.9.5 as terraform