Skip to content

Commit

Permalink
Pin selenium chrome version (#1457)
Browse files Browse the repository at this point in the history
  • Loading branch information
rileyjbauer authored and k8s-ci-robot committed Jun 6, 2019
1 parent 94344ae commit e9664bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/frontend-integration-test/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
FROM selenium/standalone-chrome
FROM selenium/standalone-chrome:3.141.59-oxygen

USER root

WORKDIR /src

COPY . .
COPY . .

RUN apt-get update -y && apt-get install -y curl && \
curl -sL https://deb.nodesource.com/setup_8.x | bash - && \
Expand Down

0 comments on commit e9664bd

Please sign in to comment.