We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b04d1b2 commit 999f870Copy full SHA for 999f870
Dockerfile
@@ -1,5 +1,5 @@
1
FROM golang:1.21 as builder
2
-RUN go install github.com/playwright-community/playwright-go/cmd/playwright@0.4201.1
+RUN go install github.com/playwright-community/playwright-go/cmd/playwright@v0.4201.1
3
4
FROM ubuntu:jammy
5
COPY --from=builder /go/bin/playwright /
0 commit comments