Skip to content

Commit

Permalink
Oops changing it back to node 18
Browse files Browse the repository at this point in the history
  • Loading branch information
craigloewen-msft committed Jan 5, 2024
1 parent 0aa4171 commit 4b7bae2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RUN apt-get update && apt-get install -y ca-certificates curl gnupg
RUN mkdir -p /etc/apt/keyrings
RUN curl -fsSL https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key | gpg --dearmor -o /etc/apt/keyrings/nodesource.gpg

ENV NODE_MAJOR=20
ENV NODE_MAJOR=18
RUN echo "deb [signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesource.com/node_$NODE_MAJOR.x nodistro main" | tee /etc/apt/sources.list.d/nodesource.list
RUN apt-get update && apt-get install nodejs -y

Expand Down
2 changes: 1 addition & 1 deletion webinterface/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<div class="container footer-box">
<div class="row">
<div class="col-6">
<span class="text-muted">GitGudIssues 2021 v1.35</span>
<span class="text-muted">GitGudIssues 2021 v1.36</span>
</div>
<div class="col-6 footer-box-right">
<a href="https://github.com/craigloewen-msft/GitGudIssues">Open Sourced at:
Expand Down

0 comments on commit 4b7bae2

Please sign in to comment.