diff --git a/Dockerfile b/Dockerfile index 2b81408..8065607 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ RUN go build -o bin/crawler \ -X main.Version=${version} \ -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 RUN playwright install --with-deps COPY --from=builder /app/bin/crawler /usr/bin/