Fix haproxy docker image build

Fix it by setting the haproxy docker image version
Simó Albert i Beltran 2021-05-19 18:50:03 +02:00
parent 68bb6874f5
commit 1cfa7c6eab
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 pip install certbot-plugin-gandi