friendica / docker

Docker image for Friendica
https://friendi.ca
GNU Affero General Public License v3.0
44 stars 18 forks source link

Update GitHub Actions to use new bashbrew action #214

Closed tianon closed 1 year ago

tianon commented 1 year ago

This should fix errors that the old code would've run into thanks to the update to Go 1.18, and should help prevent them in the future by pinning to a specific release of both Bashbrew and the related scripts.

See also docker-library/bashbrew#57

nupplaphil commented 1 year ago

Thanks @tianon for your help!! :-) LGTM & merged