Skip to content

Commit

Permalink
Update Docker version in Docker Swarm example
Browse files Browse the repository at this point in the history
  • Loading branch information
maystery committed Jan 18, 2021
1 parent b3f33a7 commit 09114f9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified tutorials/docker-swarm.tar.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion tutorials/docker-swarm/infra-docker-swarm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ nodes:
scaling:
min: 2
variables:
DOCKER_VERSION: 5:19.03.13~3-0~ubuntu-$(lsb_release -cs)
DOCKER_VERSION: 5:20.10.2~3-0~ubuntu-$(lsb_release -cs)

dependencies:
- [ *W, *M ]

0 comments on commit 09114f9

Please sign in to comment.