Skip to content

Commit

Permalink
Merge pull request #664 from uselagoon/renovate/main-newrelic-newreli…
Browse files Browse the repository at this point in the history
…c-php-agent-10.x
  • Loading branch information
tobybellwood committed Jan 20, 2023
2 parents d03c9b5 + 76cb376 commit 77b26c1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion images/php-fpm/8.0.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ RUN apk add --no-cache --virtual .devdeps \
# New Relic PHP Agent.
# @see https://docs.newrelic.com/docs/release-notes/agent-release-notes/php-release-notes/
# @see https://docs.newrelic.com/docs/agents/php-agent/getting-started/php-agent-compatibility-requirements
ENV NEWRELIC_VERSION=10.4.0.316
ENV NEWRELIC_VERSION=10.5.0.317
RUN architecture=$(case $(uname -m) in x86_64 | amd64) echo "amd64" ;; aarch64 | arm64 | armv8) echo "arm64" ;; *) echo "amd64" ;; esac); \
if [ "$architecture" = "arm64" ] || [ "$architecture" = "aarch64" ]; then \
echo "New Relic is not supported in Lagoon arm64 images"; \
Expand Down
2 changes: 1 addition & 1 deletion images/php-fpm/8.1.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ RUN apk add --no-cache --virtual .devdeps \
# New Relic PHP Agent.
# @see https://docs.newrelic.com/docs/release-notes/agent-release-notes/php-release-notes/
# @see https://docs.newrelic.com/docs/agents/php-agent/getting-started/php-agent-compatibility-requirements
ENV NEWRELIC_VERSION=10.4.0.316
ENV NEWRELIC_VERSION=10.5.0.317
RUN architecture=$(case $(uname -m) in x86_64 | amd64) echo "amd64" ;; aarch64 | arm64 | armv8) echo "arm64" ;; *) echo "amd64" ;; esac); \
if [ "$architecture" = "arm64" ] || [ "$architecture" = "aarch64" ]; then \
echo "New Relic is not supported in Lagoon arm64 images"; \
Expand Down
2 changes: 1 addition & 1 deletion images/php-fpm/8.2.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ RUN apk add --no-cache --virtual .devdeps \
# New Relic PHP Agent.
# @see https://docs.newrelic.com/docs/release-notes/agent-release-notes/php-release-notes/
# @see https://docs.newrelic.com/docs/agents/php-agent/getting-started/php-agent-compatibility-requirements
ENV NEWRELIC_VERSION=10.4.0.316
ENV NEWRELIC_VERSION=10.5.0.317
# RUN architecture=$(case $(uname -m) in x86_64 | amd64) echo "amd64" ;; aarch64 | arm64 | armv8) echo "arm64" ;; *) echo "amd64" ;; esac); \
# if [ "$architecture" = "arm64" ] || [ "$architecture" = "aarch64" ]; then \
# echo "New Relic is not supported in Lagoon arm64 images"; \
Expand Down

0 comments on commit 77b26c1

Please sign in to comment.