From 44f512b8ee52e84012db7366c2d31c8c4409a309 Mon Sep 17 00:00:00 2001 From: Zoey Date: Fri, 12 Jan 2024 10:11:22 +0100 Subject: [PATCH] Update Dockerfile Signed-off-by: Zoey --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f8a5cae..285e15a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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