feat(ota): enhance Docker upgrade process with progress tracking

This commit is contained in:
Jacky
2025-04-21 13:57:49 +00:00
parent d0cf93d5e3
commit ff7f2e4f73
4 changed files with 91 additions and 12 deletions

View File

@@ -1,4 +1,4 @@
FROM mcr.microsoft.com/devcontainers/base:jammy
FROM mcr.microsoft.com/devcontainers/base:noble
# Combine installation steps for Nginx and Go to avoid repetitive update/cleanup commands
RUN apt-get update && \