Skip to content

Commit 97eea7c

Browse files
authored
Merge pull request #749 from reactioncommerce/fix-748-akarshit-circle-failing
(bugfix): pinning docker to higher version
2 parents 41f4147 + 8a90687 commit 97eea7c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.circleci/config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ jobs:
4848
- checkout
4949
- setup_remote_docker:
5050
docker_layer_caching: true
51+
version: 19.03.13
5152
- run:
5253
name: Lint Dockerfiles
5354
command: ${CI_SCRIPTS} lint-dockerfiles
@@ -82,6 +83,7 @@ jobs:
8283
- checkout
8384
- setup_remote_docker:
8485
docker_layer_caching: true
86+
version: 19.03.13
8587
- run:
8688
name: Build and push production Docker image
8789
command: ${CI_SCRIPTS} docker-build-tag-push . ${DOCKER_REPOSITORY}

0 commit comments

Comments
 (0)