Skip to content

Commit

Permalink
Bump haberdasher to 0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Katherine Black authored and Katherine Black committed May 12, 2021
1 parent dc84592 commit 84fdd09
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 @@ -7,7 +7,7 @@ RUN rpm -ivh https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.
&& touch /etc/pgbouncer/{pgbouncer.ini,userlist.txt} \
&& chmod 777 /etc/pgbouncer/{pgbouncer.ini,userlist.txt} \
&& chmod 777 /var/{run,log}/pgbouncer \
&& curl -L -o /usr/bin/haberdasher https://github.com/RedHatInsights/haberdasher/releases/latest/download/haberdasher_linux_amd64 \
&& curl -L -o /usr/bin/haberdasher https://github.com/RedHatInsights/haberdasher/releases/download/v0.1.5/haberdasher_linux_amd64 \
&& chmod 755 /usr/bin/haberdasher

ADD entrypoint.sh /entrypoint.sh
Expand Down

0 comments on commit 84fdd09

Please sign in to comment.