robotter112.de
/
php-docker
Archiviert
2
0
Fork 0

Rollback to alpine 3.13 to fix failing builds
continuous-integration/drone/push Build is passing Details

Dieser Commit ist enthalten in:
Nick Slowinski 2021-06-27 12:50:34 +02:00
Ursprung e26e083ece
Commit 021a1e60e1
Signiert von: nickslowinski
GPG-Schlüssel-ID: F7F36D4749228BAC
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen

Datei anzeigen

@ -15,7 +15,7 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <https://www.gnu.org/licenses/>.
#
FROM php:8.0-fpm-alpine
FROM php:8.0-fpm-alpine3.13
ADD https://github.com/mlocati/docker-php-extension-installer/releases/latest/download/install-php-extensions /usr/local/bin/
RUN chmod uga+x /usr/local/bin/install-php-extensions && sync && \
install-php-extensions zip ssh2 pdo_mysql mysqli