Skip to content
This repository was archived by the owner on Jun 10, 2024. It is now read-only.

Commit a4c245c

Browse files
committed
Include browsers in Docker image
Previously, there were no browser tests, so it was never revealed that the base image being used didn't actually have the browsers installed.
1 parent 38d6c70 commit a4c245c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM circleci/rust
1+
FROM circleci/rust:latest-browsers
22

33
RUN rustup default nightly
44

0 commit comments

Comments
 (0)