Browse Source

Update docker-install.sh

tteckster 3 years ago
parent
commit
445853f796
1 changed files with 1 additions and 0 deletions
  1. 1 0
      setup/docker-install.sh

+ 1 - 0
setup/docker-install.sh

@@ -64,6 +64,7 @@ get_latest_release() {
 }
 
 DOCKER_LATEST_VERSION=$(get_latest_release "moby/moby")
+PORTAINER_LATEST_VERSION=$(get_latest_release "portainer/portainer")
 
 echo -en "${GN} Installing Docker $DOCKER_LATEST_VERSION... "
 DOCKER_CONFIG_PATH='/etc/docker/daemon.json'