Skip to content

Commit

Permalink
wip: Fix web module image (#8738)
Browse files Browse the repository at this point in the history
* retry

* retry

* retry

* remove test changes
  • Loading branch information
maciaszczykm committed Mar 4, 2024
1 parent a21eb75 commit a75c384
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/web/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ RUN adduser \
--uid "${UID}" \
"${USER}"

FROM node:20.11.1-alpine3.19 as web-builder
FROM --platform=linux/amd64 node:20.11.1-alpine3.19 as web-builder

RUN apk add --no-cache \
make \
Expand Down

0 comments on commit a75c384

Please sign in to comment.