Update Newt to the latest version
docker-compose.yml
services: newt: image: fosrl/newt:{version} # Replace {version} with the latest version tag # ... rest of config
docker compose pull newt docker compose up -d newt
curl -fsSL https://digpangolin.com/get-newt.sh | bash
wget -O newt "https://github.com/fosrl/newt/releases/download/{version}/newt_{architecture}" && chmod +x ./newt
{version}
{architecture}
Was this page helpful?