Skip to content

Commit

Permalink
webui: update nodejs version
Browse files Browse the repository at this point in the history
  • Loading branch information
maany committed Feb 22, 2024
1 parent fc41d57 commit d5033c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions webui/Dockerfile
Expand Up @@ -15,8 +15,8 @@ ARG TAG
LABEL stage=production
RUN dnf -y update && \
dnf -y module reset nodejs && \
dnf -y module enable nodejs:18 && \
dnf -y module install nodejs:18/common && \
dnf -y module enable nodejs:20 && \
dnf -y module install nodejs:20/common && \
dnf -y install httpd mod_ssl python39 python-pip git procps patchutils && \
dnf clean all && \
rm -rf /var/cache/dnf
Expand Down

0 comments on commit d5033c7

Please sign in to comment.