Skip to content

Commit

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


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

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 24, 2024
1 parent 5c20c93 commit fde48fd
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 @@ -25,7 +25,7 @@
#

# Step 1
FROM node:22-alpine as build-step
FROM node:23-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 fde48fd

Please sign in to comment.