Skip to content

Commit

Permalink
Use PHP 7.4 in Docker
Browse files Browse the repository at this point in the history
  • Loading branch information
NFarrington committed Dec 23, 2019
1 parent 3be221f commit f34b68a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -43,7 +43,7 @@ CMD ["nginx", "-g", "daemon off;"]

########################################

FROM php:7.3-fpm-alpine AS php-fpm
FROM php:7.4-fpm-alpine AS php-fpm

RUN apk add --update --no-cache --virtual build-dependencies \
autoconf gcc g++ libtool make \
Expand Down

0 comments on commit f34b68a

Please sign in to comment.