Skip to content

Commit

Permalink
Bump node from 20.0.0 to 22.2.0 in /frontend
Browse files Browse the repository at this point in the history
Bumps node from 20.0.0 to 22.2.0.

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 17, 2024
1 parent 931bc4d commit 5d7b861
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20.0.0
FROM node:22.2.0

WORKDIR '/var/www/app'
# Install app dependencies
Expand Down
2 changes: 1 addition & 1 deletion frontend/Dockerfile.prod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20.0.0
FROM node:22.2.0

WORKDIR '/var/www/app'
# Install app dependencies
Expand Down

0 comments on commit 5d7b861

Please sign in to comment.