Skip to content

Commit e1a6106

Browse files
start-example: Add docker pull to fetch latest available
We can update "sflinux/vulnscout:latest" on docker hub and a user should be able to get a new version.
1 parent f9491a8 commit e1a6106

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

start-example.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,10 @@ fi
104104
echo "Docker Compose command found: $DOCKER_COMPOSE"
105105

106106
## Backend Development Environment Setup Script
107+
108+
# Update the docker image if necessary
109+
docker pull sflinux/vulnscout:latest
110+
107111
# Close any existing docker-compose processes
108112
docker rm -f vulnscout 2>/dev/null || true
109113

0 commit comments

Comments
 (0)