Skip to content

Commit

Permalink
Use latest dockerd in CI to allow build alpine image (#870)
Browse files Browse the repository at this point in the history
  • Loading branch information
ikedam committed Mar 25, 2022
1 parent dea9bf9 commit a5cdeed
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .circleci/config.yml
Expand Up @@ -19,6 +19,7 @@ jobs:
steps:
- checkout
- setup_remote_docker
version: 20.10.11
- run:
name: Build containers
command: |
Expand All @@ -31,7 +32,8 @@ jobs:
docker build -f Dockerfile.alpine -t mozilla/sops:alpine .
push:
machine: true
machine:
image: ubuntu-2004:202111-02
resource_class: large
steps:
- checkout
Expand Down

0 comments on commit a5cdeed

Please sign in to comment.