Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: Zoey <[email protected]>
  • Loading branch information
Zoey2936 authored Jan 12, 2024
1 parent 125374f commit 44f512b
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
Expand Up @@ -8,7 +8,7 @@ ARG CLOUDFLARED_VERSION=2024.1.2 \
RUN apk add --no-cache ca-certificates git build-base && \
git clone --recursive https://github.com/cloudflare/cloudflared --branch "$CLOUDFLARED_VERSION" /src && \
cd /src && \
GOARCH="$TARGETARCH" GOOS="$TARGETOS" make -j "$(nproc)" cloudflared && \
GOOS="$TARGETOS" GOARCH="$TARGETARCH" make -j "$(nproc)" cloudflared && \
file /src/cloudflared

FROM alpine:3.19.0
Expand Down

0 comments on commit 44f512b

Please sign in to comment.