Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 16, 2024
1 parent f0fc574 commit a3db2a6
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,6 +1,6 @@
# checkov:skip=CKV_DOCKER_2:Disable HEALTHCHECK

FROM node:21.6.1-slim AS node
FROM node:21.6.2-slim AS node
WORKDIR /app
COPY dependencies/package.json dependencies/package-lock.json ./
RUN npm ci --unsafe-perm && \
Expand Down

0 comments on commit a3db2a6

Please sign in to comment.