Skip to content

Commit

Permalink
Bump docker/library/node from 20.9.0 to 21.2.0
Browse files Browse the repository at this point in the history
Bumps docker/library/node from 20.9.0 to 21.2.0.

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 29, 2023
1 parent 7dca4ed commit b787df9
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 public.ecr.aws/docker/library/node:20.9.0 AS build-node
FROM public.ecr.aws/docker/library/node:21.2.0 AS build-node

WORKDIR /
COPY package.json package-lock.json ./
Expand Down

0 comments on commit b787df9

Please sign in to comment.