Skip to content

Commit c7f31b3

Browse files
committedMay 18, 2021
Use fedora 33 with new NodeJS 14.16
Fedora 29 has nodejs 10.16.3 which is EOL. Fedora 33 (and 34) currently has 14.16.1. The newer NodeJS improves RedHatInsights#38 by returning 431 Request Header Fields Too Large instead of 400 Bad Request that NodeJS 10 returned.
1 parent 1cdbc59 commit c7f31b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM fedora:29
1+
FROM fedora:33
22

33
RUN dnf update -y && \
44
dnf install -y dumb-init nodejs && \

0 commit comments

Comments
 (0)