Debian 11 Update broke samueldebruyn/debian-git?
I have a staging, and a production server setup on Bitbucket Pipelines running a yaml script with the following; image: samueldebruyn/debian-git name: Staging - Upload FTP script: - apt-get update - apt-get -qq install git-ftp - git ftp push --user…