From e8c9460a7ebf405ce9ae1e19ff199a47ac6b41b7 Mon Sep 17 00:00:00 2001 From: maximo tejeda Date: Tue, 3 Dec 2024 10:49:21 -0400 Subject: [PATCH] fix --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/