Skip to content

Commit 3c7cf24

Browse files
authored
Merge pull request #5 from geekcell/upgrade-php-daemon-container
chore: Update PHP Daemon Docker
2 parents efe5744 + 9e35d4d commit 3c7cf24

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

modules/fargate_php_daemon/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ https://docs.newrelic.com/docs/apm/agents/php-agent/advanced-installation/docker
1111
| Name | Description | Type | Default | Required |
1212
|------|-------------|------|---------|:--------:|
1313
| <a name="input_container_host_port"></a> [container\_host\_port](#input\_container\_host\_port) | The external port that the container can be connected to. | `number` | `31339` | no |
14-
| <a name="input_container_image"></a> [container\_image](#input\_container\_image) | The image used to start the container. | `string` | `"newrelic/php-daemon:10.7.0"` | no |
14+
| <a name="input_container_image"></a> [container\_image](#input\_container\_image) | The image used to start the container. | `string` | `"newrelic/php-daemon:10.11.0"` | no |
1515
| <a name="input_container_name"></a> [container\_name](#input\_container\_name) | The name of the container in the task definition. | `string` | `"new-relic"` | no |
1616
| <a name="input_container_port"></a> [container\_port](#input\_container\_port) | The port that the container is listening on. | `number` | `31339` | no |
1717
| <a name="input_ecs_cluster_name"></a> [ecs\_cluster\_name](#input\_ecs\_cluster\_name) | The name of the ECS cluster to run the task in. | `string` | n/a | yes |

modules/fargate_php_daemon/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ variable "tags" {
88
## CONTAINER
99
variable "container_image" {
1010
description = "The image used to start the container."
11-
default = "newrelic/php-daemon:10.7.0"
11+
default = "newrelic/php-daemon:10.11.0"
1212
type = string
1313
}
1414

0 commit comments

Comments
 (0)