1.6.1-debian-10-r70 release

This commit is contained in:
Bitnami Bot
2022-01-14 16:12:17 +00:00
parent 3f0f307310
commit 0ab4333bf3
2 changed files with 4 additions and 2 deletions

View File

@@ -13,10 +13,12 @@ RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stac
echo "d38b755ed2ff1598e55bb226592bca15966f35f8c780ae8898d8375f2afad1f4 /tmp/bitnami/pkg/cache/acmesolver-1.6.1-1-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
tar -zxf /tmp/bitnami/pkg/cache/acmesolver-1.6.1-1-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
rm -rf /tmp/bitnami/pkg/cache/acmesolver-1.6.1-1-linux-amd64-debian-10.tar.gz
RUN apt-get update && apt-get upgrade -y && \
rm -r /var/lib/apt/lists /var/cache/apt/archives
RUN chmod g+rwX /opt/bitnami
ENV BITNAMI_APP_NAME="acmesolver" \
BITNAMI_IMAGE_VERSION="1.6.1-debian-10-r69" \
BITNAMI_IMAGE_VERSION="1.6.1-debian-10-r70" \
PATH="/opt/bitnami/acmesolver/bin:$PATH"
WORKDIR /opt/bitnami/acmesolver

View File

@@ -48,7 +48,7 @@ Non-root container images add an extra layer of security and are generally recom
Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://docs.bitnami.com/tutorials/understand-rolling-tags-containers/).
* [`1`, `1-debian-10`, `1.6.1`, `1.6.1-debian-10-r69`, `latest` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-acmesolver/blob/1.6.1-debian-10-r69/1/debian-10/Dockerfile)
* [`1`, `1-debian-10`, `1.6.1`, `1.6.1-debian-10-r70`, `latest` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-acmesolver/blob/1.6.1-debian-10-r70/1/debian-10/Dockerfile)
Subscribe to project updates by watching the [bitnami/acmesolver GitHub repo](https://github.com/bitnami/bitnami-docker-acmesolver).