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.6.0
Browse files Browse the repository at this point in the history
Bumps docker/library/node from 20.11.1 to 22.6.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 7, 2024
1 parent 0d2ac83 commit 4ee1c4e
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.6.0 AS build-node

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

0 comments on commit 4ee1c4e

Please sign in to comment.