Skip to content

Commit 4ddd6e5

Browse files
authored
Use PHP 8.0 in contained dockerfile (open-telemetry#142)
The extension relies on PHP 8
1 parent f897e94 commit 4ddd6e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG PHP_VERSION=7.4
1+
ARG PHP_VERSION=8.0
22
FROM php:${PHP_VERSION}-cli-alpine as php_build
33

44
ADD https://github.com/mlocati/docker-php-extension-installer/releases/latest/download/install-php-extensions /usr/local/bin/

0 commit comments

Comments
 (0)