Skip to content

Commit

Permalink
Update main tools
Browse files Browse the repository at this point in the history
  • Loading branch information
MaXal committed Feb 19, 2024
1 parent 4ac64b7 commit 2c49da4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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 21.6.1
ENV NODE_VERSION 21.6.2
ENV GOLANG_VERSION 1.22.0

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.0-linux-amd64.tar.gz | tar xvz --strip-components=1 linux-amd64/helm
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 pnpm@8.14.3 --activate
corepack enable && corepack prepare pnpm@8.15.3 --activate

ENV GOPATH /go

Expand Down

0 comments on commit 2c49da4

Please sign in to comment.