Skip to content

Commit

Permalink
Merge pull request #833 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 authored Sep 21, 2023
2 parents ae10940 + 3af9d5c commit ad394b7
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 @@ -110,7 +110,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.11.0.3
ENV NEWRELIC_VERSION=10.12.0.1
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 @@ -109,7 +109,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.11.0.3
ENV NEWRELIC_VERSION=10.12.0.1
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 @@ -109,7 +109,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.11.0.3
ENV NEWRELIC_VERSION=10.12.0.1
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 ad394b7

Please sign in to comment.