File tree Expand file tree Collapse file tree 5 files changed +5
-3
lines changed
Expand file tree Collapse file tree 5 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1616 apt-get install -y \
1717 gnupg && \
1818 curl -s https://deb.nodesource.com/gpgkey/nodesource.gpg.key | apt-key add - && \
19- echo 'deb https://deb.nodesource.com/node_12 .x bionic main' \
19+ echo 'deb https://deb.nodesource.com/node_14 .x bionic main' \
2020 > /etc/apt/sources.list.d/nodesource.list && \
2121 curl -s https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add - && \
2222 echo 'deb https://dl.yarnpkg.com/debian/ stable main' \
Original file line number Diff line number Diff line change 1616 apt-get install -y \
1717 gnupg && \
1818 curl -s https://deb.nodesource.com/gpgkey/nodesource.gpg.key | apt-key add - && \
19- echo 'deb https://deb.nodesource.com/node_12 .x bionic main' \
19+ echo 'deb https://deb.nodesource.com/node_14 .x bionic main' \
2020 > /etc/apt/sources.list.d/nodesource.list && \
2121 curl -s https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add - && \
2222 echo 'deb https://dl.yarnpkg.com/debian/ stable main' \
Original file line number Diff line number Diff line change 1616 apt-get install -y \
1717 gnupg && \
1818 curl -s https://deb.nodesource.com/gpgkey/nodesource.gpg.key | apt-key add - && \
19- echo 'deb https://deb.nodesource.com/node_12 .x bionic main' \
19+ echo 'deb https://deb.nodesource.com/node_14 .x bionic main' \
2020 > /etc/apt/sources.list.d/nodesource.list && \
2121 curl -s https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add - && \
2222 echo 'deb https://dl.yarnpkg.com/debian/ stable main' \
Original file line number Diff line number Diff line change @@ -260,6 +260,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
260260
261261## Versions
262262
263+ * ** 11.07.21:** - Bump node to 14 to fix builds
263264* ** 08.05.21:** - Fix doc link
264265* ** 04.02.20:** - Allow setting gui password via hash using env var ` HASHED_PASSWORD ` .
265266* ** 23.12.20:** - Allow setting sudo password via hash using env var ` SUDO_PASSWORD_HASH ` .
Original file line number Diff line number Diff line change @@ -75,6 +75,7 @@ app_setup_block: |
7575
7676# changelog
7777changelogs :
78+ - { date: "11.07.21:", desc: "Bump node to 14 to fix builds" }
7879 - { date: "08.05.21:", desc: "Fix doc link" }
7980 - { date: "04.02.20:", desc: "Allow setting gui password via hash using env var `HASHED_PASSWORD`." }
8081 - { date: "23.12.20:", desc: "Allow setting sudo password via hash using env var `SUDO_PASSWORD_HASH`." }
You can’t perform that action at this time.
0 commit comments