Skip to content

Commit

Permalink
Release 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Esteban Sánchez committed Jul 10, 2020
1 parent 1849ebd commit bcd18fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM python:3.6.10-alpine
RUN apk update && \
apk add postgresql-libs && \
apk add --virtual .build-deps gcc musl-dev postgresql-dev && \
python3 -m pip install prometheus-pgbouncer-exporter==2.0.3 --no-cache-dir && \
python3 -m pip install prometheus-pgbouncer-exporter==2.1.0 --no-cache-dir && \
apk --purge del .build-deps

ENV PGBOUNCER_EXPORTER_HOST="127.0.0.1" \
Expand Down

0 comments on commit bcd18fa

Please sign in to comment.