Update dockerfile for build
timw4mail/php-kilo/pipeline/head This commit looks good Details

This commit is contained in:
Timothy Warren 2022-08-23 14:51:05 -04:00
parent 2db285d54f
commit f2177e0b40
1 changed files with 1 additions and 1 deletions

View File

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