Skip to content

Commit 2a65149

Browse files
authored
Merge pull request #74 from linuxserver/node_14
Fix builds, bump node
2 parents 34f67cb + 074dafc commit 2a65149

File tree

5 files changed

+5
-3
lines changed

5 files changed

+5
-3
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ RUN \
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' \

Dockerfile.aarch64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ RUN \
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' \

Dockerfile.armhf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ RUN \
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' \

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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`.

readme-vars.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ app_setup_block: |
7575
7676
# changelog
7777
changelogs:
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`." }

0 commit comments

Comments
 (0)