2.5.1-debian-10-r32 release

This commit is contained in:
Bitnami Bot
2022-02-12 14:03:38 +00:00
parent 66915ae571
commit db2e654d23
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.1-debian-10-r31" \
BITNAMI_IMAGE_VERSION="2.5.1-debian-10-r32" \
PATH="/opt/bitnami/haproxy-dataplaneapi/bin:/opt/bitnami/haproxy/sbin:$PATH"
USER 1001