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 3875b00
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .circleci/config.yml
Expand Up @@ -18,7 +18,8 @@ jobs:
resource_class: large
steps:
- checkout
- setup_remote_docker
- 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 3875b00

Please sign in to comment.