Skip to content

Commit

Permalink
Merge pull request #21 from uselagoon/lagoon-pr2209
Browse files Browse the repository at this point in the history
Bump libcurl to the same version as curl - 7.69.1.
  • Loading branch information
Toby Bellwood authored Oct 22, 2020
2 parents c9ba1b2 + 6e7e43d commit 62147be
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/7.2.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ COPY ssmtp.conf /etc/ssmtp/ssmtp.conf
# @see https://docs.newrelic.com/docs/agents/php-agent/getting-started/php-agent-compatibility-requirements
ENV NEWRELIC_VERSION=9.12.0.268

RUN apk add --no-cache curl --repository http://dl-cdn.alpinelinux.org/alpine/edge/main/
RUN apk add --no-cache --repository http://dl-cdn.alpinelinux.org/alpine/v3.12/main/ 'curl>7.68' 'libcurl>7.68'

RUN apk add --no-cache fcgi \
ssmtp \
Expand Down
2 changes: 1 addition & 1 deletion images/php-fpm/7.3.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ COPY ssmtp.conf /etc/ssmtp/ssmtp.conf
# @see https://docs.newrelic.com/docs/agents/php-agent/getting-started/php-agent-compatibility-requirements
ENV NEWRELIC_VERSION=9.12.0.268

RUN apk add --no-cache curl --repository http://dl-cdn.alpinelinux.org/alpine/edge/main/
RUN apk add --no-cache --repository http://dl-cdn.alpinelinux.org/alpine/v3.12/main/ 'curl>7.68' 'libcurl>7.68'

RUN apk add --no-cache fcgi \
ssmtp \
Expand Down
2 changes: 1 addition & 1 deletion images/php-fpm/7.4.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ COPY ssmtp.conf /etc/ssmtp/ssmtp.conf
# @see https://docs.newrelic.com/docs/agents/php-agent/getting-started/php-agent-compatibility-requirements
ENV NEWRELIC_VERSION=9.12.0.268

RUN apk add --no-cache curl --repository http://dl-cdn.alpinelinux.org/alpine/edge/main/
RUN apk add --no-cache --repository http://dl-cdn.alpinelinux.org/alpine/v3.12/main/ 'curl>7.68' 'libcurl>7.68'

RUN apk add --no-cache fcgi \
ssmtp \
Expand Down

0 comments on commit 62147be

Please sign in to comment.