diff --git a/bitnami/golang/1.18/debian-11/Dockerfile b/bitnami/golang/1.18/debian-11/Dockerfile index 1fb91f698a55..a2c85b68c3e8 100644 --- a/bitnami/golang/1.18/debian-11/Dockerfile +++ b/bitnami/golang/1.18/debian-11/Dockerfile @@ -3,10 +3,10 @@ FROM docker.io/bitnami/minideb:bullseye ARG TARGETARCH LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bullseye" \ - org.opencontainers.image.created="2023-03-13T23:44:57Z" \ + org.opencontainers.image.created="2023-03-18T21:34:46Z" \ org.opencontainers.image.description="Application packaged by VMware, Inc" \ org.opencontainers.image.licenses="Apache-2.0" \ - org.opencontainers.image.ref.name="1.18.10-debian-11-r23" \ + org.opencontainers.image.ref.name="1.18.10-debian-11-r24" \ org.opencontainers.image.title="golang" \ org.opencontainers.image.vendor="VMware, Inc." \ org.opencontainers.image.version="1.18.10" @@ -21,7 +21,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"] RUN install_packages build-essential ca-certificates curl git pkg-config procps unzip RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \ COMPONENTS=( \ - "golang-1.18.10-2-linux-${OS_ARCH}-debian-11" \ + "golang-1.18.10-3-linux-${OS_ARCH}-debian-11" \ ) && \ for COMPONENT in "${COMPONENTS[@]}"; do \ if [ ! -f "${COMPONENT}.tar.gz" ]; then \ diff --git a/bitnami/golang/1.18/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json b/bitnami/golang/1.18/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json index 493cd77c7baa..706f33c0528c 100644 --- a/bitnami/golang/1.18/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json +++ b/bitnami/golang/1.18/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json @@ -1,9 +1,9 @@ { "golang": { "arch": "amd64", - "digest": "e31f775cba9f04573415acbc42381b751200bd83ee3348740cfe58b0f3da2fec", + "digest": "8f310800e9d6408f79c6d3c45905b2e971834ee961df1755b4dc32e6095ced7a", "distro": "debian-11", "type": "NAMI", - "version": "1.18.10-2" + "version": "1.18.10-3" } } \ No newline at end of file diff --git a/bitnami/golang/README.md b/bitnami/golang/README.md index fc2c52df8f7a..e697677fd886 100644 --- a/bitnami/golang/README.md +++ b/bitnami/golang/README.md @@ -5,7 +5,6 @@ > Go is an object oriented programming language with sensible primitives, static typing and reflection. It also supports packages for efficient management of dependencies. [Overview of Golang](https://golang.org/) - Trademarks: This software listing is packaged by Bitnami. The respective trademarks mentioned in the offering are owned by the respective companies, and use of them does not imply any affiliation or endorsement. ## TL;DR