Skip to content

Commit

Permalink
Bump node from 16 to 21 (#433)
Browse files Browse the repository at this point in the history
Bumps node from 16 to 21.

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Apr 11, 2024
1 parent b492833 commit 99a7fd3
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 @@
# node layer to build static assets
FROM node:16 AS nodejs
FROM node:21 AS nodejs
WORKDIR /usr/src/app/
COPY package.json yarn.lock ./
RUN yarn install
Expand Down

0 comments on commit 99a7fd3

Please sign in to comment.