1.17.7-debian-10-r12 release

This commit is contained in:
Bitnami Bot
2022-02-24 13:42:40 +00:00
parent 44ffff4c21
commit b0f2bb6a7b
2 changed files with 2 additions and 2 deletions

View File

@@ -17,7 +17,7 @@ RUN apt-get update && apt-get upgrade -y && \
RUN mkdir -p "/go/src" "/go/bin" && chmod -R 777 "/go"
ENV BITNAMI_APP_NAME="golang" \
BITNAMI_IMAGE_VERSION="1.17.7-debian-10-r11" \
BITNAMI_IMAGE_VERSION="1.17.7-debian-10-r12" \
GOPATH="/go" \
PATH="/go/bin:/opt/bitnami/go/bin:$PATH"