1
0
mirror of https://github.com/Tecnativa/docker-socket-proxy synced 2025-01-05 05:10:54 +00:00

Update HAProxy

2.2 is very old. Pin to a newer version, and keep it up-to-date during rebuilds.
This commit is contained in:
Jake Howard 2022-06-04 23:15:25 +01:00
parent eba9354db5
commit cdaa212c9d

View File

@ -1,4 +1,4 @@
FROM haproxy:2.2-alpine
FROM haproxy:lts-alpine
EXPOSE 2375
ENV ALLOW_RESTARTS=0 \