forked from cardano-foundation/developer-portal
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Frankenwallet: Edit for grammar, formatting + correctness (cardano-fo…
…undation#1178) * Frankenwallet page first full edit + intro for Air Gap * Update Dockerfile Fix for a build * Update Dockerfile Lets go with Node 20, what seems latest version instead of 18 * Update Dockerfile Lets use lts, what I think is a better then 20 version... Each time we will might get latest version of Node instead of sticking just with 20 version... --------- Co-authored-by: Jurijs I <[email protected]>
- Loading branch information
Showing
3 changed files
with
30 additions
and
24 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,4 +1,4 @@ | ||
FROM node:lts-alpine | ||
FROM node:lts-alpine3.18 | ||
|
||
RUN apk add --no-cache git | ||
RUN npm i -g --force yarn | ||
|
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