fix: apply new docker image versions to self-hosting

This commit is contained in:
Carl-Gerhard Lindesvärd
2026-01-09 22:13:20 +01:00
parent ed1c57dbb8
commit 0d1773eb74

View File

@@ -91,7 +91,7 @@ services:
max-file: "3"
op-api:
image: lindesvard/openpanel-api:2.0.0
image: lindesvard/openpanel-api:2.0.1-rc
restart: always
command: >
sh -c "
@@ -121,7 +121,7 @@ services:
max-file: "3"
op-dashboard:
image: lindesvard/openpanel-dashboard:2.0.0
image: lindesvard/openpanel-dashboard:2.0.1-rc
restart: always
depends_on:
op-api:
@@ -141,7 +141,7 @@ services:
max-file: "3"
op-worker:
image: lindesvard/openpanel-worker:2.0.0
image: lindesvard/openpanel-worker:2.0.1-rc
restart: always
depends_on:
op-api: