Skip to content

Commit 999f870

Browse files
committed
fix: try to fix dockerfile (2)
1 parent b04d1b2 commit 999f870

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM golang:1.21 as builder
2-
RUN go install github.com/playwright-community/playwright-go/cmd/playwright@0.4201.1
2+
RUN go install github.com/playwright-community/playwright-go/cmd/playwright@v0.4201.1
33

44
FROM ubuntu:jammy
55
COPY --from=builder /go/bin/playwright /

0 commit comments

Comments
 (0)