Skip to content

Commit

Permalink
Merge pull request #2 from pngmbh/haproxy-2.1
Browse files Browse the repository at this point in the history
Update: use 2.1 release
  • Loading branch information
byjg committed Jun 1, 2020
2 parents ccfc086 + 653aa9c commit cf85ec1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM haproxy:2.0.2-alpine
FROM haproxy:2.1-alpine

WORKDIR /scripts

Expand All @@ -15,4 +15,4 @@ COPY easymapping /scripts/easymapping/

COPY assets /

CMD ["/usr/bin/supervisord", "-n", "-c", "/etc/supervisord.conf" ]
CMD ["/usr/bin/supervisord", "-n", "-c", "/etc/supervisord.conf" ]

0 comments on commit cf85ec1

Please sign in to comment.