Skip to content

Commit 8ddd021

Browse files
authored
Update-golang-ci-helper (#714)
## What updated the golang-ci-helper dockerfile to 1.21 ## Why it is being used in autopilot ci (and other places), and 1.21 is needed there. ## Notes there is no pipeline releasing this image. it should be manually push to `quay.io/codefresh/golang-ci-helper`
1 parent 9e2d74c commit 8ddd021

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build/Dockerfile.helper

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.20.3-alpine3.17
1+
FROM golang:1.21.1-alpine3.18
22

33
RUN apk -U add --no-cache \
44
bash \
@@ -12,14 +12,14 @@ RUN apk -U add --no-cache \
1212
openssl \
1313
&& update-ca-certificates
1414

15-
ARG GH_VERSION=2.27.0
15+
ARG GH_VERSION=2.35.0
1616
RUN curl -L https://github.com/cli/cli/releases/download/v${GH_VERSION}/gh_${GH_VERSION}_linux_amd64.tar.gz --output gh.tar.gz \
1717
&& tar -xzf gh.tar.gz \
1818
&& mv gh_${GH_VERSION}_linux_amd64/bin/gh /usr/local/bin \
1919
&& rm gh.tar.gz \
2020
&& rm -rf gh_${GH_VERSION}_linux_amd64
2121

22-
ARG KUSTOMIZE_VERSION=5.0.1
22+
ARG KUSTOMIZE_VERSION=5.1.1
2323
RUN curl -Ls https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize%2Fv${KUSTOMIZE_VERSION}/kustomize_v${KUSTOMIZE_VERSION}_linux_amd64.tar.gz --output kustomize.tar.gz \
2424
&& tar -xzf kustomize.tar.gz \
2525
&& mv ./kustomize /usr/bin \

0 commit comments

Comments
 (0)