Try to fix CI with different docker image
timw4mail/php-kilo/pipeline/head There was a failure building this commit Details

This commit is contained in:
Timothy Warren 2021-03-04 09:12:41 -05:00
parent 8eae0c7822
commit 5d0f05dc05
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM php:8-cli-alpine
FROM php:8-alpine3.13
RUN apk add --no-cache --virtual .persistent-deps libffi-dev \
&& docker-php-ext-configure ffi --with-ffi \