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
No known key found for this signature in database
GPG key ID: 215C21B10DF38B4D
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 && \