Skip to content

Commit

Permalink
feat: Docker node 版本固定为22.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
elecV2 committed Dec 14, 2024
1 parent 073baa2 commit 3b8a0af
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:alpine
FROM node:22.12.0-alpine

ADD ./ /usr/local/app

Expand Down
2 changes: 1 addition & 1 deletion Docker/Dockerfile.arm32
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM arm32v7/node:alpine
FROM arm32v7/node:22.12.0-alpine

ADD ./ /usr/local/app
COPY ./Docker/qemu-arm-static /usr/bin
Expand Down
2 changes: 1 addition & 1 deletion Docker/Dockerfile.arm64
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM arm64v8/node:alpine
FROM arm64v8/node:22.12.0-alpine

ADD ./ /usr/local/app
COPY ./Docker/qemu-aarch64-static /usr/bin
Expand Down

0 comments on commit 3b8a0af

Please sign in to comment.