Skip to content
This repository has been archived by the owner on Nov 15, 2024. It is now read-only.

Commit

Permalink
Upgrade Node to 20, fleek-cli to 0.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertPechaCZ committed Jul 22, 2024
1 parent 562572c commit 5266bdf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
FROM node:16-alpine
FROM node:20-alpine

ENV NPM_CONFIG_PREFIX=/home/node/.npm-global
ENV PATH="/home/node/.npm-global/bin:$PATH"

USER node
RUN npm install -g @fleekhq/fleek-cli@^0.1.0
RUN npm install -g @fleekhq/fleek-cli@^0.1.8

COPY entrypoint.sh /home/node/entrypoint.sh

Expand Down

0 comments on commit 5266bdf

Please sign in to comment.