Skip to content

Commit

Permalink
update version of playwright-go
Browse files Browse the repository at this point in the history
playwright-go has not released another version in some time but there have been updates on the main branch
  • Loading branch information
jdfergason authored Mar 14, 2023
1 parent 74f3858 commit 23f20fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM golang AS builder
WORKDIR /go/src
RUN go install github.com/playwright-community/playwright-go/cmd/playwright@latest
RUN go install github.com/playwright-community/playwright-go/cmd/playwright@2586b38
FROM ubuntu

ARG BUILD_DATE
Expand Down

0 comments on commit 23f20fd

Please sign in to comment.