Fix haproxy docker image build
Fix it by setting the haproxy docker image version
parent
68bb6874f5
commit
1cfa7c6eab
|
@ -1,4 +1,4 @@
|
|||
FROM haproxy:alpine as production
|
||||
FROM haproxy:2.3-alpine as production
|
||||
RUN apk add openssl certbot py-pip
|
||||
RUN pip install certbot-plugin-gandi
|
||||
|
||||
|
|
Loading…
Reference in New Issue