Skip to content

Commit b04d1b2

Browse files
committed
fix: try to fix dockerfile
1 parent b1e7310 commit b04d1b2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
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}
2+
RUN go install github.com/playwright-community/playwright-go/cmd/[email protected]
43

54
FROM ubuntu:jammy
65
COPY --from=builder /go/bin/playwright /

0 commit comments

Comments
 (0)