Skip to content

Commit

Permalink
Merge pull request #1723 from amazeeio/1722-pin-curl-7.69.1
Browse files Browse the repository at this point in the history
#1722 Pin curl to Version 7.69.1-r0
  • Loading branch information
Schnitzel committed Mar 13, 2020
2 parents 2c2abd4 + e9b2e3b commit fc77fde
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions images/php/fpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,11 @@ 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.6.0.255

# Pin curl to Version 7.69.1-r0 as the current shipped one 7.67.0 has a bug, see
# https://github.com/curl/curl/issues/4624
# TODO: Remove as soon as Alpine 3.11 is shipped with a version higher than 7.67.0
RUN apk add --no-cache curl=7.69.1-r0 libcurl=7.69.1-r0 --repository http://dl-cdn.alpinelinux.org/alpine/edge/main/

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

0 comments on commit fc77fde

Please sign in to comment.