Skip to content

Commit

Permalink
Merge pull request #925 from amazeeio/curl-7.64.0-multi-dns-issues
Browse files Browse the repository at this point in the history
do not run apk upgrade to stay on curl 7.63.0 which does not have the multi dns isuse
  • Loading branch information
Schnitzel authored Feb 28, 2019
2 parents 042299e + 29426f3 commit 5cbe88e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions images/php/fpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,7 @@ COPY ssmtp.conf /etc/ssmtp/ssmtp.conf

ENV NEWRELIC_VERSION=8.1.0.209

RUN apk update \
&& apk upgrade \
&& apk add --no-cache fcgi \
RUN apk add --no-cache fcgi \
ssmtp \
libzip libzip-dev \
# for gd
Expand Down
2 changes: 1 addition & 1 deletion services/broker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
ARG IMAGE_REPO
FROM ${IMAGE_REPO:-lagoon}/rabbitmq-cluster
FROM ${IMAGE_REPO:-lagoon}/rabbitmq

0 comments on commit 5cbe88e

Please sign in to comment.