Skip to content

Commit

Permalink
build(deps): bump node from 8711179 to 2fb92fe (#135)
Browse files Browse the repository at this point in the history
* build(deps): bump node from `8711179` to `2fb92fe`

Bumps node from `8711179` to `2fb92fe`.

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

Signed-off-by: dependabot[bot] <support@github.com>

* 更新 Dockerfile

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Henry <henry.git@outlook.com>
  • Loading branch information
dependabot[bot] and henry-hub authored Jul 25, 2024
1 parent 48ec957 commit 6837590
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:22-slim@sha256:87111792bf0472e68b13ac3b5436116a2dd699f0d178c0eac38d9f60cf30bc3c
FROM node:22-slim
WORKDIR /usr/src/app
COPY package.json package-lock.json ./
RUN npm ci --production
Expand Down

0 comments on commit 6837590

Please sign in to comment.