We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1e7310 commit b04d1b2Copy full SHA for b04d1b2
Dockerfile
@@ -1,6 +1,5 @@
1
FROM golang:1.21 as builder
2
-RUN PLAYWRIGHT_GO_VERSION="0.4201.1" \
3
- && go install github.com/playwright-community/playwright-go/cmd/playwright@${PLAYWRIGHT_GO_VERSION}
+RUN go install github.com/playwright-community/playwright-go/cmd/[email protected]
4
5
FROM ubuntu:jammy
6
COPY --from=builder /go/bin/playwright /
0 commit comments