Skip to content
This repository has been archived by the owner on Dec 26, 2023. It is now read-only.

Commit

Permalink
Merge pull request #15 from sanwebinfo/renovate/node-21.x
Browse files Browse the repository at this point in the history
chore(deps): update node.js to v21
  • Loading branch information
mskian authored Oct 20, 2023
2 parents dd38dc3 + 9d5d8e4 commit 8f5edf9
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-alpine
FROM node:21-alpine
WORKDIR /usr/src/app
COPY package*.json ./
RUN yarn install
Expand Down

0 comments on commit 8f5edf9

Please sign in to comment.