Skip to content

Commit

Permalink
Merge pull request #130 from proudier/haproxy3.0
Browse files Browse the repository at this point in the history
chore: updated to HAproxy 3.0 and forced running as root
  • Loading branch information
pedrobaeza committed Jul 9, 2024
2 parents 45f7fb0 + 0ee23ca commit e37525d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
FROM haproxy:2.2-alpine
FROM haproxy:3.0-alpine

USER root
EXPOSE 2375
ENV ALLOW_RESTARTS=0 \
ALLOW_STOP=0 \
Expand Down

0 comments on commit e37525d

Please sign in to comment.