We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f512482 commit 3a3239cCopy full SHA for 3a3239c
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM golang:1.14 as builder
+FROM golang:1.17 as builder
2
3
WORKDIR /tmp/build
4
COPY . .
@@ -8,10 +8,10 @@ RUN GOOS=linux go build -mod=vendor -ldflags="-s -w"
8
9
FROM alpine as downloader
10
11
-ARG HELM_VERSION=3.5.0
+ARG HELM_VERSION=3.8.1
12
ENV HELM_URL=https://get.helm.sh/helm-v${HELM_VERSION}-linux-amd64.tar.gz
13
14
-ARG KUBECTL_VERSION=1.19.7
+ARG KUBECTL_VERSION=1.22.3
15
ENV KUBECTL_URL=https://storage.googleapis.com/kubernetes-release/release/v${KUBECTL_VERSION}/bin/linux/amd64/kubectl
16
17
WORKDIR /tmp
0 commit comments