Skip to content

Commit

Permalink
Bump node from 21.2.0-slim to 21.4.0-slim (#5039)
Browse files Browse the repository at this point in the history
Bumps node from 21.2.0-slim to 21.4.0-slim.

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 9, 2023
1 parent 13db77a commit 5349b50
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,5 +1,5 @@
# syntax = docker/dockerfile:1
FROM node:21.2.0-slim AS dependencies
FROM node:21.4.0-slim AS dependencies
WORKDIR /usr/src
ARG CI
RUN --mount=type=cache,target=/var/cache/apt \
Expand Down

0 comments on commit 5349b50

Please sign in to comment.