Skip to content

Commit

Permalink
build(deps): bump node in /.conf in the dependencies group
Browse files Browse the repository at this point in the history
Bumps the dependencies group in /.conf with 1 update: node.


Updates `node` from 21-alpine to 22-alpine

---
updated-dependencies:
- dependency-name: node
  dependency-type: direct:production
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 21, 2024
1 parent 1caa9aa commit 9eeaa85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .conf/Dockerfile.full
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
#

# Step 1
FROM node:21-alpine as build-step
FROM node:22-alpine as build-step
ARG http_proxy=$http_proxy
ARG https_proxy=$https_proxy
ARG no_proxy=$no_proxy
Expand Down

0 comments on commit 9eeaa85

Please sign in to comment.