4.3.4-debian-10-r1 release

This commit is contained in:
Bitnami Bot
2021-09-27 15:00:06 +00:00
parent a01353c19b
commit 472d5503bc
3 changed files with 5 additions and 5 deletions

View File

@@ -10,14 +10,14 @@ COPY prebuildfs /
# Install required system packages and dependencies
RUN install_packages acl ca-certificates curl gzip jq libc6 procps tar zlib1g
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "java" "11.0.12-0" --checksum 14c1274e93b1135d4d1b82ad7985fc2fa7f5d0689b6da18e0c94da37407cd4ea
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "neo4j" "4.3.3-2" --checksum d34be4d8a7bb935413a18ff6696ed33fbf5cff7c3cca63648e7509b7f4facb09
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "neo4j" "4.3.4-0" --checksum 696c0a347a2e8b51dc89f214a0f628a6e7f73131adb67452618b4ad597cffd77
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-0" --checksum 3e6fc37ca073b10a73a804d39c2f0c028947a1a596382a4f8ebe43dfbaa3a25e
RUN chmod g+rwX /opt/bitnami
COPY rootfs /
RUN /opt/bitnami/scripts/neo4j/postunpack.sh
ENV BITNAMI_APP_NAME="neo4j" \
BITNAMI_IMAGE_VERSION="4.3.3-debian-10-r33" \
BITNAMI_IMAGE_VERSION="4.3.4-debian-10-r1" \
NEO4J_BOLT_PORT_NUMBER="" \
NEO4J_HOST="" \
NEO4J_HTTPS_PORT_NUMBER="" \

View File

@@ -15,9 +15,9 @@
},
"neo4j": {
"arch": "amd64",
"digest": "d34be4d8a7bb935413a18ff6696ed33fbf5cff7c3cca63648e7509b7f4facb09",
"digest": "696c0a347a2e8b51dc89f214a0f628a6e7f73131adb67452618b4ad597cffd77",
"distro": "debian-10",
"type": "NAMI",
"version": "4.3.3-2"
"version": "4.3.4-0"
}
}