Skip to content

Commit

Permalink
Merge pull request #1032 from ikedam/feature/870_UseLatestDockerd
Browse files Browse the repository at this point in the history
Use latest dockerd in CI to allow build alpine image (#870)
  • Loading branch information
ajvb committed Mar 25, 2022
2 parents dea9bf9 + 3875b00 commit 268b5ff
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 268b5ff

Please sign in to comment.