Fix haproxy docker image build

Fix it by setting the haproxy docker image version
Simó Albert i Beltran 2021-05-19 18:47:09 +02:00
parent f534430bdb
commit ea3647372a
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM haproxy:alpine as production FROM haproxy:2.3-alpine as production
RUN apk add openssl certbot py-pip RUN apk add openssl certbot py-pip
RUN pip install pip install certbot-plugin-gandi RUN pip install pip install certbot-plugin-gandi