Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
updated-dependencies:
- dependency-name: node
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 20, 2024
1 parent 693ba3a commit b786a28
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
@@ -1,7 +1,7 @@
# -----------------------------------------------
# Stage: npm dependencies
# -----------------------------------------------
FROM node:20.5-bookworm-slim AS npm-builder
FROM node:22.2-bookworm-slim AS npm-builder

# Install Debian dependencies
RUN apt-get update -y && \
Expand Down

0 comments on commit b786a28

Please sign in to comment.