Skip to content

Commit 3a3239c

Browse files
committed
update go, helm and cubectl
1 parent f512482 commit 3a3239c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.14 as builder
1+
FROM golang:1.17 as builder
22

33
WORKDIR /tmp/build
44
COPY . .
@@ -8,10 +8,10 @@ RUN GOOS=linux go build -mod=vendor -ldflags="-s -w"
88

99
FROM alpine as downloader
1010

11-
ARG HELM_VERSION=3.5.0
11+
ARG HELM_VERSION=3.8.1
1212
ENV HELM_URL=https://get.helm.sh/helm-v${HELM_VERSION}-linux-amd64.tar.gz
1313

14-
ARG KUBECTL_VERSION=1.19.7
14+
ARG KUBECTL_VERSION=1.22.3
1515
ENV KUBECTL_URL=https://storage.googleapis.com/kubernetes-release/release/v${KUBECTL_VERSION}/bin/linux/amd64/kubectl
1616

1717
WORKDIR /tmp

0 commit comments

Comments
 (0)