Skip to content

Commit

Permalink
update playwright to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
jdfergason authored Jul 4, 2023
1 parent 23f20fd commit a9fa5bc
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@2586b38
RUN go install github.com/playwright-community/playwright-go/cmd/playwright@latest
FROM ubuntu

ARG BUILD_DATE
Expand Down

0 comments on commit a9fa5bc

Please sign in to comment.