Skip to content

Commit f164907

Browse files
authored
update versions (#30)
Signed-off-by: Ryan Sanna <ryansann@umich.edu>
1 parent dc5a3a0 commit f164907

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ RUN apk add -U curl ca-certificates
33
ARG ARCH
44
RUN curl https://get.helm.sh/helm-v2.17.0-linux-${ARCH}.tar.gz | tar xvzf - --strip-components=1 -C /usr/bin
55
RUN mv /usr/bin/helm /usr/bin/helm_v2
6-
RUN curl https://get.helm.sh/helm-v3.5.4-linux-${ARCH}.tar.gz | tar xvzf - --strip-components=1 -C /usr/bin
6+
RUN curl https://get.helm.sh/helm-v3.6.3-linux-${ARCH}.tar.gz | tar xvzf - --strip-components=1 -C /usr/bin
77
RUN mv /usr/bin/helm /usr/bin/helm_v3
88

99
FROM golang:1.16-alpine3.12 as plugins
1010
RUN apk add -U curl ca-certificates build-base binutils-gold
1111
ARG ARCH
1212
COPY --from=extract /usr/bin/helm_v3 /usr/bin/helm
1313
RUN mkdir -p /go/src/github.com/k3s-io/helm-set-status && \
14-
curl -L https://github.com/k3s-io/helm-set-status/archive/refs/tags/v0.1.1.tar.gz | tar xvzf - --strip-components=1 -C /go/src/github.com/k3s-io/helm-set-status && \
14+
curl -L https://github.com/k3s-io/helm-set-status/archive/refs/tags/v0.1.2.tar.gz | tar xvzf - --strip-components=1 -C /go/src/github.com/k3s-io/helm-set-status && \
1515
make -C /go/src/github.com/k3s-io/helm-set-status install
1616

1717
FROM alpine:3.12

0 commit comments

Comments
 (0)