Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 30, 2023
1 parent f34c865 commit d86b755
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:20.10.0 AS build-node

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

0 comments on commit d86b755

Please sign in to comment.