Point to latest semver release for docker images

This commit is contained in:
Matthew Sevey 2022-04-21 12:57:09 -04:00
parent 8a6eec3e7b
commit c9c393ae4f
No known key found for this signature in database
GPG Key ID: 9ADDD344F13057F6
3 changed files with 3 additions and 3 deletions

View File

@ -10,7 +10,7 @@ services:
abuse-scanner: abuse-scanner:
# uncomment "build" and comment out "image" to build from sources # uncomment "build" and comment out "image" to build from sources
# build: https://github.com/SkynetLabs/abuse-scanner.git#main # build: https://github.com/SkynetLabs/abuse-scanner.git#main
image: skynetlabs/abuse-scanner image: skynetlabs/abuse-scanner:0.1.0
container_name: abuse-scanner container_name: abuse-scanner
restart: unless-stopped restart: unless-stopped
logging: *default-logging logging: *default-logging

View File

@ -15,7 +15,7 @@ services:
blocker: blocker:
# uncomment "build" and comment out "image" to build from sources # uncomment "build" and comment out "image" to build from sources
# build: https://github.com/SkynetLabs/blocker.git#main # build: https://github.com/SkynetLabs/blocker.git#main
image: skynetlabs/blocker image: skynetlabs/blocker:0.1.0
container_name: blocker container_name: blocker
restart: unless-stopped restart: unless-stopped
logging: *default-logging logging: *default-logging

View File

@ -28,7 +28,7 @@ services:
malware-scanner: malware-scanner:
# uncomment "build" and comment out "image" to build from sources # uncomment "build" and comment out "image" to build from sources
# build: https://github.com/SkynetLabs/malware-scanner.git#main # build: https://github.com/SkynetLabs/malware-scanner.git#main
image: skynetlabs/malware-scanner image: skynetlabs/malware-scanner:0.1.0
container_name: malware-scanner container_name: malware-scanner
restart: unless-stopped restart: unless-stopped
logging: *default-logging logging: *default-logging