Describe the bug
Following the documentation to install the Doppler CLI via the APK for the Alpine Linux version, the package URL appears to be unavailable since at least yesterday. (https://packages.doppler.com/public/cli/alpine/any-version/main)
As a result, it is no longer possible to install the Doppler CLI using the APK method.
To Reproduce
# add Doppler's RSA key
$ wget -q -t3 'https://packages.doppler.com/public/cli/rsa.8004D9FF50437357.key' -O /etc/apk/keys/cli@doppler-8004D9FF50437357.rsa.pub
# add Doppler's apk repo
$ echo 'https://packages.doppler.com/public/cli/alpine/any-version/main' | tee -a /etc/apk/repositories
# fetch and install latest doppler cli
$ apk add doppler
Expected behavior
Doppler CLI is installed correctly on the server.