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 16
16
apt-get install -y \
17
17
gnupg && \
18
18
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' \
20
20
> /etc/apt/sources.list.d/nodesource.list && \
21
21
curl -s https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add - && \
22
22
echo 'deb https://dl.yarnpkg.com/debian/ stable main' \
Original file line number Diff line number Diff line change 16
16
apt-get install -y \
17
17
gnupg && \
18
18
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' \
20
20
> /etc/apt/sources.list.d/nodesource.list && \
21
21
curl -s https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add - && \
22
22
echo 'deb https://dl.yarnpkg.com/debian/ stable main' \
Original file line number Diff line number Diff line change 16
16
apt-get install -y \
17
17
gnupg && \
18
18
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' \
20
20
> /etc/apt/sources.list.d/nodesource.list && \
21
21
curl -s https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add - && \
22
22
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
260
260
261
261
## Versions
262
262
263
+ * ** 11.07.21:** - Bump node to 14 to fix builds
263
264
* ** 08.05.21:** - Fix doc link
264
265
* ** 04.02.20:** - Allow setting gui password via hash using env var ` HASHED_PASSWORD ` .
265
266
* ** 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: |
75
75
76
76
# changelog
77
77
changelogs :
78
+ - { date: "11.07.21:", desc: "Bump node to 14 to fix builds" }
78
79
- { date: "08.05.21:", desc: "Fix doc link" }
79
80
- { date: "04.02.20:", desc: "Allow setting gui password via hash using env var `HASHED_PASSWORD`." }
80
81
- { 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