Skip to content

Commit 676db19

Browse files
Bump helm to v3.18.4 (#53)
Co-authored-by: mkjpryor <[email protected]>
1 parent f4fdd87 commit 676db19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ RUN apt-get update && \
44
apt-get install -y curl && \
55
rm -rf /var/lib/apt/lists/*
66

7-
ARG HELM_VERSION=v3.18.3
7+
ARG HELM_VERSION=v3.18.4
88
RUN set -ex; \
99
OS_ARCH="$(uname -m)"; \
1010
case "$OS_ARCH" in \

0 commit comments

Comments
 (0)