Skip to content

Commit

Permalink
Update tools
Browse files Browse the repository at this point in the history
  • Loading branch information
MaXal committed Jan 23, 2024
1 parent 9b736fd commit acbe1ae
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions deployment/app-builder/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
FROM buildpack-deps:curl

ENV NODE_VERSION 20.9.0
ENV GOLANG_VERSION 1.21.4
ENV NODE_VERSION 21.6.1
ENV GOLANG_VERSION 1.21.6

RUN cd /usr/local/bin && \
curl -L https://github.com/google/ko/releases/download/v0.14.1/ko_0.14.1_Linux_x86_64.tar.gz | tar xvz ko && \
curl -L https://get.helm.sh/helm-v3.12.3-linux-amd64.tar.gz | tar xvz --strip-components=1 linux-amd64/helm
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.0-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 pnpm@8.10.5 --activate
corepack enable && corepack prepare pnpm@8.14.3 --activate

ENV GOPATH /go

Expand Down

0 comments on commit acbe1ae

Please sign in to comment.