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

Commit 5266bdf

Browse files
committed
Upgrade Node to 20, fleek-cli to 0.1.8
1 parent 562572c commit 5266bdf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
FROM node:16-alpine
1+
FROM node:20-alpine
22

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

66
USER node
7-
RUN npm install -g @fleekhq/fleek-cli@^0.1.0
7+
RUN npm install -g @fleekhq/fleek-cli@^0.1.8
88

99
COPY entrypoint.sh /home/node/entrypoint.sh
1010

0 commit comments

Comments
 (0)