3.5.4-debian-11-r14 release

This commit is contained in:
Bitnami Bot
2022-07-12 07:13:28 +00:00
committed by Bitnami Containers
parent 76f817b5b2
commit d9ba2251b4
3 changed files with 4 additions and 4 deletions

View File

@@ -8,7 +8,7 @@ COPY prebuildfs /
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
# Install required system packages and dependencies
RUN install_packages acl ca-certificates curl gzip procps tar
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "yq" "4.25.3-1" --checksum 042fde05fc288b0b4dc0e0de0348990e95e75c2222927f5c961ea239167a0a6f
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "yq" "4.25.3-2" --checksum 84ce4016efca8b6a6713d69e9d7c19003d4a530f8b420fb8cdcaa9cf9af47ee6
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-151" --checksum 089bb11a3bc6031c5a91ab5f9534e9e7e41b928d10d72a3986f16bb61d3a9900
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "etcd" "3.5.4-151" --checksum 6348aa638abc1562ea6a604cad76fb3b973d0cc103c2c6918fd20ac8cdc7c081
RUN apt-get update && apt-get upgrade -y && \

View File

@@ -15,9 +15,9 @@
},
"yq": {
"arch": "amd64",
"digest": "042fde05fc288b0b4dc0e0de0348990e95e75c2222927f5c961ea239167a0a6f",
"digest": "84ce4016efca8b6a6713d69e9d7c19003d4a530f8b420fb8cdcaa9cf9af47ee6",
"distro": "debian-11",
"type": "NAMI",
"version": "4.25.3-1"
"version": "4.25.3-2"
}
}