Skip to content

Commit 54717ca

Browse files
committed
fix Dockerfile
1 parent 7c6093f commit 54717ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# node:22.1.0-bookworm, node:20.13.1-slim, node:20.13.1-alpine
55
ARG NODE_IMAGE=node:23.11.0-alpine
66

7-
FROM ${NODE_IMAGE} AS base
7+
FROM --platform=$BUILDPLATFORM ${NODE_IMAGE} AS base
88
WORKDIR /app
99

1010
# for alpine

0 commit comments

Comments
 (0)