2.5.1-debian-10-r17 release

This commit is contained in:
Bitnami Bot
2022-01-29 04:26:53 +00:00
parent 621cf32970
commit c7b8cf1f15
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-r16" \
BITNAMI_IMAGE_VERSION="2.5.1-debian-10-r17" \
PATH="/opt/bitnami/haproxy-dataplaneapi/bin:/opt/bitnami/haproxy/sbin:$PATH"
USER 1001