0.286.0-debian-10-r7 release

This commit is contained in:
Bitnami Bot
2020-04-01 00:29:16 +00:00
parent e283b5b57d
commit 084a85e689
2 changed files with 2 additions and 2 deletions

View File

@@ -16,7 +16,7 @@ RUN apt-get update && apt-get upgrade -y && \
RUN mkdir /.config /.gsutil && chmod g+rwX /.config /.gsutil
ENV BITNAMI_APP_NAME="google-cloud-sdk" \
BITNAMI_IMAGE_VERSION="0.286.0-debian-10-r6" \
BITNAMI_IMAGE_VERSION="0.286.0-debian-10-r7" \
PATH="/opt/bitnami/python/bin:/opt/bitnami/google-cloud-sdk/bin:$PATH"
USER 1001