Skip to content

Commit

Permalink
Bump the docker group with 1 update
Browse files Browse the repository at this point in the history
Bumps the docker group with 1 update: node.


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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 27, 2023
1 parent b417bd8 commit 1e9c917
Showing 1 changed file with 1 addition and 1 deletion.
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:20 as frontend
FROM node:21 as frontend

ENV NODE_OPTIONS=--openssl-legacy-provider

Expand Down

0 comments on commit 1e9c917

Please sign in to comment.