phpmyadmin / docker

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

Update GitHub Actions to use new bashbrew action #389

Closed tianon closed 2 years ago

tianon commented 2 years 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 2 years ago

Thank you!