diff --git a/Dockerfile b/Dockerfile index 8065607..17ded0d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,9 +12,8 @@ RUN go build -o bin/crawler \ -X main.Version=${version} \ -X main.Aarch=${TARGETARCH}" ./cmd/crawler/main.go -FROM mcr.microsoft.com/playwright:v1.48.2-noble +FROM mcr.microsoft.com/playwright:latest #FROM alpine AS runner -RUN playwright install --with-deps COPY --from=builder /app/bin/crawler /usr/bin/ ENTRYPOINT /usr/bin/crawler