Skip to content

Commit

Permalink
build(deps): bump node from 19.6.0-bullseye-slim to 20.7.0-bullseye-slim
Browse files Browse the repository at this point in the history
Bumps node from 19.6.0-bullseye-slim to 20.7.0-bullseye-slim.

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Sep 25, 2023
1 parent be6b7fb commit 1ef3cb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.node
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# TODO extract node version from tool-versions
FROM node:19.6.0-bullseye-slim
FROM node:20.7.0-bullseye-slim

ENV APP_DIR=/app
WORKDIR $APP_DIR
Expand Down

0 comments on commit 1ef3cb8

Please sign in to comment.