-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(chore) Update libs and Go to 1.22.1
- Loading branch information
Showing
5 changed files
with
90 additions
and
90 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
FROM buildpack-deps:curl | ||
|
||
ENV NODE_VERSION 21.6.2 | ||
ENV GOLANG_VERSION 1.22.0 | ||
ENV GOLANG_VERSION 1.22.1 | ||
|
||
RUN cd /usr/local/bin && \ | ||
curl -L https://github.com/google/ko/releases/download/v0.15.1/ko_0.15.1_Linux_x86_64.tar.gz | tar xvz ko && \ | ||
curl -L https://get.helm.sh/helm-v3.14.1-linux-amd64.tar.gz | tar xvz --strip-components=1 linux-amd64/helm | ||
|
||
RUN cd /usr/local && \ | ||
curl -L https://nodejs.org/dist/v$NODE_VERSION/node-v$NODE_VERSION-linux-x64.tar.gz | tar xz --strip-components=1 node-v$NODE_VERSION-linux-x64/lib node-v$NODE_VERSION-linux-x64/bin node-v$NODE_VERSION-linux-x64/include && \ | ||
corepack enable && corepack prepare [email protected].3 --activate | ||
corepack enable && corepack prepare [email protected].4 --activate | ||
|
||
ENV GOPATH /go | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.