Fix haproxy-behind docker image version

Simó Albert i Beltran 2022-01-26 17:49:57 +01:00
parent b7b3fe0513
commit 411d41c6e6
2 changed files with 4 additions and 1 deletions

View File

@ -3,6 +3,8 @@ version: '3.7'
services:
isard-sso-haproxy:
build:
args:
HAPROXY_IMG:
context: ${BUILD_ROOT_PATH}/docker/haproxy
dockerfile: Dockerfile-behind
target: production

View File

@ -1,4 +1,5 @@
FROM haproxy:lts-alpine3.15 as production
ARG HAPROXY_IMG
FROM $HAPROXY_IMG as production
USER root
RUN apk add openssl certbot py-pip