Skip to content
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.

Commit

Permalink
Fix 386 build and faster builds for all arch
Browse files Browse the repository at this point in the history
  • Loading branch information
qdm12 committed Jun 29, 2020
1 parent 4b494e3 commit 2ea57f9
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,6 +1,6 @@
ARG ALPINE_VERSION=3.12

FROM alpine:${ALPINE_VERSION} AS builder
FROM --platform=linux/amd64 alpine:${ALPINE_VERSION} AS builder
ARG MEEMO_VERSION=v1.13.0
RUN apk add -q --progress --update npm git
RUN mkdir /tmp/download /tmp/build && \
Expand Down

0 comments on commit 2ea57f9

Please sign in to comment.