Skip to content

Commit

Permalink
Bump node from 22.6.0-alpine to 22.8.0-alpine (#618)
Browse files Browse the repository at this point in the history
* Bump node from 22.6.0-alpine to 22.8.0-alpine

Bumps node from 22.6.0-alpine to 22.8.0-alpine.

---
updated-dependencies:
- dependency-name: node
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump node version everywhere

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Paul Cretu <paul.s.cretu@gmail.com>
  • Loading branch information
dependabot[bot] and paulcretu authored Sep 15, 2024
1 parent 0b9e5dd commit a42a3e3
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 13 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Largely based on https://github.com/nicbet/docker-phoenix/blob/main/Dockerfile

FROM node:22.6.0-alpine@sha256:4162c8a0f1fef9d3b003eb1fd3d8a26db46815288832aa453d829f4129d4dfd3 AS node
FROM node:22.8.0-alpine@sha256:bec0ea49c2333c429b62e74e91f8ba1201b060110745c3a12ff957cd51b363c6 AS node
FROM elixir:1.16-otp-26-alpine@sha256:829bebfcdc6fc58c56effc0d77f660de7c902fcf74e785b3175ee3a8f739b3f5 AS setup


Expand Down
2 changes: 1 addition & 1 deletion server/phoenix_static_buildpack.config
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
assets_path=ui
clean_cache=true
node_version=22.6.0
node_version=22.8.0
2 changes: 1 addition & 1 deletion ui/.node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
22.6.0
22.8.0
20 changes: 11 additions & 9 deletions ui/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"@next/bundle-analyzer": "^14.2.5",
"@tanstack/react-query-devtools": "^5.55.4",
"@types/leaflet": "^1.9.12",
"@types/node": "22.3.0",
"@types/node": "22.5.5",
"@types/phoenix": "^1.6.5",
"@types/react": "18.3.5",
"@types/react-dom": "18.3.0",
Expand Down

0 comments on commit a42a3e3

Please sign in to comment.