Skip to content

Commit

Permalink
chore(deps): update node.js to v22.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 18, 2024
1 parent 4cab0f6 commit 22690bc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
nodejs 22.4.0
nodejs 22.5.0
python 3.12.4
yarn 1.22.22
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:22.4.0-alpine3.19 as build
FROM node:22.5.0-alpine3.19 as build
WORKDIR /opt

COPY src ./src
Expand All @@ -8,7 +8,7 @@ RUN yarn && yarn build

USER node

FROM node:22.4.0-alpine3.19
FROM node:22.5.0-alpine3.19
WORKDIR /opt

COPY --from=build /opt/package.json ./package.json
Expand Down

0 comments on commit 22690bc

Please sign in to comment.