1
0
Fork 0

chore(deps): update dpanel/dpanel docker tag to v1.9.3 (#3357)

This commit is contained in:
renovate[bot] 2026-01-09 09:54:39 +00:00 committed by GitHub
parent aee6e03db6
commit c13a4970b0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
7 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
services: services:
dpanel: dpanel:
image: "dpanel/dpanel:1.9.2-lite" image: "dpanel/dpanel:1.9.3-lite"
container_name: ${CONTAINER_NAME} container_name: ${CONTAINER_NAME}
restart: always restart: always
networks: networks:

View File

@ -1,6 +1,6 @@
services: services:
dpanel: dpanel:
image: "dpanel/dpanel:1.9.2-lite" image: "dpanel/dpanel:1.9.3-lite"
container_name: ${CONTAINER_NAME} container_name: ${CONTAINER_NAME}
restart: always restart: always
networks: networks:

View File

@ -4,7 +4,7 @@ networks:
services: services:
dpanel: dpanel:
image: dpanel/dpanel:1.9.2 image: dpanel/dpanel:1.9.3
container_name: ${CONTAINER_NAME} container_name: ${CONTAINER_NAME}
labels: labels:
createdBy: "Apps" createdBy: "Apps"