Skip to content

Commit

Permalink
Jenkins ci newer golang (#78)
Browse files Browse the repository at this point in the history
* use golang 1.22.1 for jenkins ci build

* base image is now alpine

* base image is now alpine (remove -y)

* base image is now alpine (add, not install)

---------

Signed-off-by: Dan Rollo <[email protected]>
  • Loading branch information
bhamail authored Jun 21, 2024
1 parent 74dce8a commit 03d8100
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jenkins.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@

FROM docker-all.repo.sonatype.com/bnr/golang-1.22.1:1

RUN apk update && apk install curl
RUN apk update && apk add curl

# See https://github.com/nodesource/distributions/blob/master/README.md#debinstall
RUN curl -fsSL https://deb.nodesource.com/setup_18.x | bash -

RUN apk update && apk install nodejs
RUN apk update && apk add nodejs
RUN npm install --global yarn
ENV GOPATH=

Expand Down

0 comments on commit 03d8100

Please sign in to comment.