Skip to content

Commit d50cb25

Browse files
committed
Update version
1 parent cc5489a commit d50cb25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ ARG blackfire_version
134134
RUN wget -O "/usr/lib/php${major}/modules/blackfire.so" https://packages.blackfire.io/binaries/blackfire-php/${blackfire_version}/blackfire-php-alpine_${TARGETARCH}-php-${version/./}.so \
135135
&& mkdir /var/run/blackfire \
136136
&& chmod a+x /var/run/blackfire/ "/usr/lib/php${major}/modules/blackfire.so" \
137-
&& echo -e "extension=blackfire.so\nblackfire.agent_socket=tcp://blackfire:8707" > "${PHP_INI_DIR}/conf.d/blackfire.ini"
137+
&& echo -e "extension=blackfire.so\nblackfire.agent_socket=tcp://blackfire:8307" > "${PHP_INI_DIR}/conf.d/blackfire.ini"
138138

139139
ARG newrelic_version
140140

0 commit comments

Comments
 (0)