Skip to content

Commit

Permalink
Improve build speeds for multi platform builds (#7423)
Browse files Browse the repository at this point in the history
  • Loading branch information
sainak authored Mar 15, 2024
1 parent b998ffd commit 921fb4c
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,5 +1,5 @@
#build-stage
FROM node:18-buster-slim as build-stage
FROM --platform=$BUILDPLATFORM node:18-buster-slim as build-stage

WORKDIR /app

Expand Down

0 comments on commit 921fb4c

Please sign in to comment.