Skip to content
This repository has been archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
⬆️ Bump docker/library/node from 20.11.1 to 22.7.0
Browse files Browse the repository at this point in the history
Bumps docker/library/node from 20.11.1 to 22.7.0.

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 23, 2024
1 parent 8cd61e8 commit 06db6a1
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.11.1 AS build-node
FROM public.ecr.aws/docker/library/node:22.7.0 AS build-node

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

0 comments on commit 06db6a1

Please sign in to comment.