0.290.0-debian-10-r12 release

This commit is contained in:
Bitnami Bot
2020-04-30 17:32:49 +00:00
parent 40bfe3af51
commit 6bdc79f49c
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.290.0-debian-10-r11" \
BITNAMI_IMAGE_VERSION="0.290.0-debian-10-r12" \
PATH="/opt/bitnami/python/bin:/opt/bitnami/google-cloud-sdk/bin:$PATH"
USER 1001