#!/usr/bin/env bash set -euo pipefail # Quick update script - rebuilds base image with latest system packages # Run this periodically (e.g., weekly) to get security updates echo "🔄 Updating base image with latest packages..." echo "" # Just call build.sh with --no-cache to force package updates exec ./build.sh