Skip to content

Commit

Permalink
Aligned helm versions in both Dockerfiles
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Kosiewski <[email protected]>
  • Loading branch information
Thomas Kosiewski committed Oct 9, 2023
1 parent 1a3c8f5 commit 9b42cf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.cli.release
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# we use alpine for easier debugging
FROM alpine:3.18

ARG HELM_VERSION="v3.11.0"
ARG HELM_VERSION="v3.12.3"
ARG TARGETARCH

# Set root path as working directory
Expand Down

0 comments on commit 9b42cf4

Please sign in to comment.