Skip to content

Commit

Permalink
Test CircleCI for BuildKit Support
Browse files Browse the repository at this point in the history
  • Loading branch information
holtchesley committed Feb 3, 2022
1 parent 771bc9a commit 6034847
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ services:
build:
context: .
dockerfile: ./playwright/Dockerfile
image: perma-playwright:0.00314159
image: perma-playwright:0.003141592
volumes:
- ./playwright:/playwright:delegated
environment:
Expand Down
2 changes: 1 addition & 1 deletion playwright/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG BUILDARCH=amd64
ARG BUILDARCH
FROM mcr.microsoft.com/playwright:v1.18.1-focal-${BUILDARCH}

RUN apt-get update \
Expand Down

0 comments on commit 6034847

Please sign in to comment.