Skip to content

Commit

Permalink
Dockerfile buildx fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronkvanmeerten authored Nov 26, 2024
1 parent 08c93b4 commit 6ce09e3
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions doc/grid/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
ARG BROWSER=chrome
ARG VERSION=latest
FROM --platform=$TARGETPLATFORM selenium/standalone-${BROWSER}:${VERSION}
ARG TARGETPLATFORM
ARG BUILDPLATFORM

FROM selenium/standalone-${BROWSER}:${VERSION}

USER root

Expand Down

0 comments on commit 6ce09e3

Please sign in to comment.