Merge branch 'fix_haproxy_docker_image_build_setting_version' into 'master'
Fix haproxy docker image build See merge request isard/isard-sso!2
commit
47fb5dd341
|
@ -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