Skip to content

Commit

Permalink
chore(deps): bump to latest
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Setch <[email protected]>
  • Loading branch information
setchy committed Nov 26, 2024
1 parent 7fd47c5 commit d3b764d
Show file tree
Hide file tree
Showing 4 changed files with 176 additions and 183 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v18
v22
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM nginx:1.23.0
FROM nginx:1.27.2

RUN apt-get update && apt-get upgrade -y

RUN curl -fsSL https://deb.nodesource.com/setup_18.x | bash -
RUN curl -fsSL https://deb.nodesource.com/setup_22.x | bash -
RUN apt-get install -y nodejs

RUN \
Expand Down
Loading

0 comments on commit d3b764d

Please sign in to comment.