Skip to content

Commit

Permalink
chore(deps): update node.js to v22.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 4, 2024
1 parent 0add271 commit fd882d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
elixir 1.17.3-otp-26
erlang 27.1.2
nodejs 22.11.0
nodejs 22.12.0
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN mix deps.compile


### Node Deps and Build Frontend
FROM node:22.11.0-alpine3.20 AS node
FROM node:22.12.0-alpine3.20 AS node

# npm deps
ENV NODE_ENV=production
Expand Down

0 comments on commit fd882d3

Please sign in to comment.