Skip to content

Commit 37ae357

Browse files
committed
ci: Update docker version
1 parent d4232db commit 37ae357

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.circleci/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,8 @@ jobs:
7777
executor: golang
7878
steps:
7979
- checkout
80-
- setup_remote_docker
80+
- setup_remote_docker:
81+
version: 19.03.14
8182
- run:
8283
name: Login to Docker Hub
8384
command: echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin

0 commit comments

Comments
 (0)