Skip to content

Commit

Permalink
chore(deps): update dependency node to v20.18.0 (#150)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 10, 2024
1 parent 047d52f commit d169313
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.1
nodejs 20.17.0
nodejs 20.18.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:20.17.0-alpine3.20 AS node
FROM node:20.18.0-alpine3.20 AS node

# npm deps
ENV NODE_ENV=production
Expand Down

0 comments on commit d169313

Please sign in to comment.