Skip to content

Commit ebb9440

Browse files
viniciussslucassabreu
authored andcommitted
php 8.1 - sem newrelic
1 parent 045b602 commit ebb9440

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# Container Base
2-
FROM php:8.0-apache
2+
FROM php:8.1-apache
33

44
ENV http_proxy ${HTTP_PROXY}
55
ENV https_proxy ${HTTP_PROXY}
66
ENV NR_ENABLED=false
77
ENV NR_APP_NAME=""
88
ENV NR_LICENSE_KEY=""
99
ENV NR_VERSION=""
10-
ENV PHP_BUILD_DATE="20190902"
10+
ENV PHP_BUILD_DATE="20211130"
1111
ENV PHP_OPCACHE_ENABLED=false
1212
ENV SESSION_HANDLER=false
1313
ENV SESSION_HANDLER_NAME=""

0 commit comments

Comments
 (0)