Skip to content

Commit

Permalink
chore(deps): bump node from 20.6.0-bullseye-slim to 20.6.1-bullseye-slim
Browse files Browse the repository at this point in the history
Bumps node from 20.6.0-bullseye-slim to 20.6.1-bullseye-slim.

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 18, 2023
1 parent b59bd70 commit 301644a
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,4 +1,4 @@
FROM node:20.6.0-bullseye-slim AS base
FROM node:20.6.1-bullseye-slim AS base

# Install dependencies only when needed
FROM base AS deps
Expand Down

0 comments on commit 301644a

Please sign in to comment.