phpmyadmin / docker

Docker container for phpMyAdmin
https://hub.docker.com/_/phpmyadmin
GNU General Public License v3.0
655 stars 451 forks source link

Update GitHub Actions to use new bashbrew action #389

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

williamdes commented 1 year ago

Thank you!