Skip to content

Commit

Permalink
Attempt to fix build error
Browse files Browse the repository at this point in the history
Related to golang/go#40893

The command "npm run export" generates an error, because it uses the
unimplemented syscall "copyfile". This commit attempts to pin Docker
version.
  • Loading branch information
brmzkw committed Mar 28, 2021
1 parent 8932bf3 commit 437deb8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ jobs:
- image: circleci/buildpack-deps:stretch
steps:
- checkout
- setup_remote_docker
- setup_remote_docker:
version: 18.09.3
- run:
name: Build docker image
command: |
Expand Down

0 comments on commit 437deb8

Please sign in to comment.