Skip to content

Commit

Permalink
bump golang to 1.23.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ATGardner committed Oct 2, 2024
1 parent cb5fe82 commit af6fba3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build/Dockerfile.helper
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# docker buildx build --platform linux/amd64,linux/arm64 -t quay.io/codefresh/golang-ci-helper:1.22.7 -f Dockerfile.helper .
FROM golang:1.22.7-alpine3.20
# docker buildx build --platform linux/amd64,linux/arm64 -t quay.io/codefresh/golang-ci-helper:1.23.2 -f Dockerfile.helper .
FROM golang:1.23.2-alpine3.20

RUN apk -U add --no-cache \
bash \
Expand All @@ -13,7 +13,7 @@ RUN apk -U add --no-cache \
openssl \
&& update-ca-certificates

ARG GH_VERSION=2.55.0
ARG GH_VERSION=2.57.0
RUN curl -L https://github.com/cli/cli/releases/download/v${GH_VERSION}/gh_${GH_VERSION}_linux_amd64.tar.gz --output gh.tar.gz \
&& tar -xzf gh.tar.gz \
&& mv gh_${GH_VERSION}_linux_amd64/bin/gh /usr/local/bin \
Expand Down

0 comments on commit af6fba3

Please sign in to comment.