add 24.04 version tag

This commit is contained in:
Marco Ochse
2024-03-24 19:22:37 +01:00
parent 086116f64d
commit 85431b308d
49 changed files with 101 additions and 101 deletions

View File

@ -11,7 +11,7 @@ services:
restart: always
stop_signal: SIGKILL
tty: true
image: "dtagdevsec/redis:alpha"
image: "dtagdevsec/redis:24.04"
read_only: true
# Map Web Service
@ -25,7 +25,7 @@ services:
tty: true
ports:
- "127.0.0.1:64299:64299"
image: "dtagdevsec/map:alpha"
image: "dtagdevsec/map:24.04"
depends_on:
- map_redis
@ -39,6 +39,6 @@ services:
# - TZ=${TPOT_ATTACKMAP_TEXT_TIMEZONE}
stop_signal: SIGKILL
tty: true
image: "dtagdevsec/map:alpha"
image: "dtagdevsec/map:24.04"
depends_on:
- map_redis