2.5.5-debian-10-r3 release

This commit is contained in:
Bitnami Bot
2022-03-17 20:46:47 +00:00
parent b9d47f899d
commit c560258551
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.5-debian-10-r2" \
BITNAMI_IMAGE_VERSION="2.5.5-debian-10-r3" \
PATH="/opt/bitnami/haproxy-dataplaneapi/bin:/opt/bitnami/haproxy/sbin:$PATH"
USER 1001