mirror of
https://github.com/willnorris/imageproxy.git
synced 2026-05-11 21:12:39 +02:00
Merge 9cf076e24b into e4f7eada71
This commit is contained in:
commit
b8754ebecf
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ COPY . .
|
||||||
|
|
||||||
ARG TARGETOS
|
ARG TARGETOS
|
||||||
ARG TARGETARCH
|
ARG TARGETARCH
|
||||||
RUN CGO_ENABLED=0 GOOS=$TARGETOS GOARCH=$TARGETARCH go build -v ./cmd/imageproxy
|
RUN CGO_ENABLED=0 GOOS=$TARGETOS GOARCH=$TARGETARCH go build -ldflags='-w -s' -v ./cmd/imageproxy
|
||||||
|
|
||||||
FROM cgr.dev/chainguard/static:latest
|
FROM cgr.dev/chainguard/static:latest
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue