Skip to content

Commit

Permalink
chore(deps): bump node from 21 to 22 in the docker group (#570)
Browse files Browse the repository at this point in the history
Bumps the docker group with 1 update: node.


Updates `node` from 21 to 22

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored May 5, 2024
1 parent c8f525f commit f10dfb4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ LABEL Github="hibare"

# Build frontend assets

FROM node:21 as frontend
FROM node:22 as frontend

ENV NODE_OPTIONS=--openssl-legacy-provider

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.dev.ui
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:21 as frontend
FROM node:22 as frontend

ENV NODE_OPTIONS=--openssl-legacy-provider

Expand Down

0 comments on commit f10dfb4

Please sign in to comment.