File tree Expand file tree Collapse file tree 6 files changed +794
-925
lines changed Expand file tree Collapse file tree 6 files changed +794
-925
lines changed Original file line number Diff line number Diff line change 1- FROM golang:1.21.6 -alpine3.19 as base
1+ FROM golang:1.22.5 -alpine3.20 as base
22
33WORKDIR /go/src/github.com/codefresh-io/cli-v2
44
@@ -27,7 +27,7 @@ RUN go mod verify
2727
2828# ############################## CLI ###############################
2929# ## Compile
30- FROM golang:1.21.6 -alpine3.19 as codefresh-build
30+ FROM golang:1.22.5 -alpine3.20 as codefresh-build
3131
3232WORKDIR /go/src/github.com/codefresh-io/cli-v2
3333
@@ -45,7 +45,7 @@ ARG SEGMENT_WRITE_KEY
4545RUN make local DEV_MODE=false SEGMENT_WRITE_KEY=${SEGMENT_WRITE_KEY}
4646
4747# ## Run
48- FROM alpine:3.19 as codefresh
48+ FROM alpine:3.20 as codefresh
4949
5050WORKDIR /go/src/github.com/codefresh-io/cli-v2
5151
Original file line number Diff line number Diff line change 1- VERSION =v0.1.63
1+ VERSION =v0.1.64
22
33OUT_DIR =dist
44YEAR? =$(shell date +"% Y")
Original file line number Diff line number Diff line change 1- FROM golang:1.21.4-alpine3.18
1+ # docker buildx build --platform linux/amd64,linux/arm64 -t quay.io/codefresh/golang-ci-helper:1.21.12 -f Dockerfile.helper .
2+ FROM golang:1.22.5-alpine3.20
23
34RUN apk -U add --no-cache \
45 bash \
@@ -12,14 +13,14 @@ RUN apk -U add --no-cache \
1213 openssl \
1314 && update-ca-certificates
1415
15- ARG GH_VERSION=2.38 .0
16+ ARG GH_VERSION=2.52 .0
1617RUN curl -L https://github.com/cli/cli/releases/download/v${GH_VERSION}/gh_${GH_VERSION}_linux_amd64.tar.gz --output gh.tar.gz \
1718 && tar -xzf gh.tar.gz \
1819 && mv gh_${GH_VERSION}_linux_amd64/bin/gh /usr/local/bin \
1920 && rm gh.tar.gz \
2021 && rm -rf gh_${GH_VERSION}_linux_amd64
2122
22- ARG KUSTOMIZE_VERSION=5.2.1
23+ ARG KUSTOMIZE_VERSION=5.4.2
2324RUN 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 \
2425 && tar -xzf kustomize.tar.gz \
2526 && mv ./kustomize /usr/bin \
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments