fix
This commit is contained in:
parent
1fc278c816
commit
e8c9460a7e
@ -12,7 +12,7 @@ RUN go build -o bin/crawler \
|
|||||||
-X main.Version=${version} \
|
-X main.Version=${version} \
|
||||||
-X main.Aarch=${TARGETARCH}" ./cmd/crawler/main.go
|
-X main.Aarch=${TARGETARCH}" ./cmd/crawler/main.go
|
||||||
|
|
||||||
FROM mcr.microsoft.com/playwrightv1.48.2-noble
|
FROM mcr.microsoft.com/playwright:v1.48.2-noble
|
||||||
#FROM alpine AS runner
|
#FROM alpine AS runner
|
||||||
RUN playwright install --with-deps
|
RUN playwright install --with-deps
|
||||||
COPY --from=builder /app/bin/crawler /usr/bin/
|
COPY --from=builder /app/bin/crawler /usr/bin/
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user