Default haproxy docker image version

Simó Albert i Beltran 2022-01-27 12:48:29 +01:00
parent 06d7e321a8
commit fe375c12e2
3 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@ services:
isard-sso-haproxy:
build:
args:
HAPROXY_IMG:
HAPROXY_IMG: ${HAPROXY_IMG-haproxy:2.4.12-alpine3.15}
context: ${BUILD_ROOT_PATH}/docker/haproxy
dockerfile: Dockerfile-behind
target: production

View File

@ -4,7 +4,7 @@ services:
isard-sso-haproxy:
build:
args:
HAPROXY_IMG:
HAPROXY_IMG: ${HAPROXY_IMG-haproxy:2.4.12-alpine3.15}
context: ${BUILD_ROOT_PATH}/docker/haproxy
dockerfile: Dockerfile
target: production

View File

@ -41,4 +41,4 @@ POSTGRES_USER=admin
## DOCKER IMAGES
#NGINX_ALPINE_IMG=nginx:1.21.6-alpine
#POSTGRES_BACKUP_LOCAL_IMG=prodrigestivill/postgres-backup-local:14-debian-2aa03d1
HAPROXY_IMG=haproxy:2.4.12-alpine3.15
#HAPROXY_IMG=haproxy:2.4.12-alpine3.15