Skip to content

Commit

Permalink
I have better idea
Browse files Browse the repository at this point in the history
Signed-off-by: Mr. Rubber Ducky <[email protected]>
  • Loading branch information
MrRubberDucky authored Jan 4, 2025
1 parent 7b09084 commit 61655a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion caddy-dfs-CC/alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ RUN apk upgrade --no-cache \
${GO_MAIN_FILE} \
&& go mod init caddy \
&& /app/helper/array-helper.sh \
&& GOOS=${TARGETOS} GOARCH=${TARGETARCH} go build -tags=memoize_builders -ldflags '-w s' -trimpath -o /app/go/bin/caddy-${TARGETARCH} ./caddy \
&& GOOS=${TARGETOS} GOARCH=${TARGETARCH} go build -ldflags '-w s' -trimpath -o /app/go/bin/caddy-${TARGETARCH} ./caddy \
&& apk del --rdepends \
build_ess \
&& rm -rf \
Expand Down

0 comments on commit 61655a6

Please sign in to comment.