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

Commit

Permalink
build(deps): bump node from 18.16-alpine3.17 to 21.4-alpine3.17
Browse files Browse the repository at this point in the history
Bumps node from 18.16-alpine3.17 to 21.4-alpine3.17.

---
updated-dependencies:
- dependency-name: node
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 10, 2024
1 parent 3b30d04 commit b0508a0
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 node:18.16-alpine3.17
FROM node:21.4-alpine3.17
WORKDIR /app

COPY package*.json ./
Expand Down

0 comments on commit b0508a0

Please sign in to comment.