Switch haproxy to lts-alpine (#1)

This commit is contained in:
Robert Baker 2020-08-14 15:39:32 -07:00 committed by GitHub
parent da23591b86
commit 1f5ebb6c49
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
ARG REPO=library
FROM ${REPO}/haproxy:1.9-alpine
FROM ${REPO}/haproxy:lts-alpine
EXPOSE 2375
ENV ALLOW_RESTARTS=0 \