Update streamrec/stream-rec-front Docker tag to v0.7.0

This commit is contained in:
renovate[bot] 2024-08-01 02:18:49 +00:00 committed by GitHub
parent c82a546544
commit cfcb635f64
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ networks:
services:
stream-rec-frontend:
image: streamrec/stream-rec-front:v0.6.9
image: streamrec/stream-rec-front:v0.7.0
container_name: ${CONTAINER_NAME}
labels:
createdBy: "Apps"

View File

@ -29,7 +29,7 @@ services:
stream-rec-frontend:
depends_on:
- stream-rec-backend
image: streamrec/stream-rec-front:v0.6.9
image: streamrec/stream-rec-front:v0.7.0
container_name: ${CONTAINER_NAME}
labels:
createdBy: "Apps"