2.5.4-debian-10-r15 release

This commit is contained in:
Bitnami Bot
2022-03-13 07:33:23 +00:00
parent e2b6595c41
commit 3b9d4ba3f8
2 changed files with 2 additions and 2 deletions

View File

@@ -22,7 +22,7 @@ RUN apt-get update && apt-get upgrade -y && \
RUN chmod g+rwX /opt/bitnami
ENV BITNAMI_APP_NAME="haproxy" \
BITNAMI_IMAGE_VERSION="2.5.4-debian-10-r14" \
BITNAMI_IMAGE_VERSION="2.5.4-debian-10-r15" \
PATH="/opt/bitnami/haproxy-dataplaneapi/bin:/opt/bitnami/haproxy/sbin:$PATH"
USER 1001