Skip to content

Commit

Permalink
Use fedora 33 with new NodeJS 14.16
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
cben committed May 18, 2021
1 parent 1cdbc59 commit c7f31b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
@@ -1,4 +1,4 @@
FROM fedora:29
FROM fedora:33

RUN dnf update -y && \
dnf install -y dumb-init nodejs && \
Expand Down

0 comments on commit c7f31b3

Please sign in to comment.