We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fe81b9 commit b1adb6fCopy full SHA for b1adb6f
modules/ROOT/pages/kubernetes/plugins.adoc
@@ -94,7 +94,7 @@ Building a Docker container image that is based on the official Neo4j Docker ima
94
[source, Dockerfile, subs=attributes]
95
----
96
ARG NEO4J_VERSION
97
-FROM neo4j:\{NEO4J_VERSION}
+FROM neo4j:$\{NEO4J_VERSION}
98
99
# copy my-plugins into the Docker image
100
COPY my-plugins/ /var/lib/neo4j/plugins
@@ -254,4 +254,4 @@ apoc_credentials: {}
254
# aliasName: "es"
255
# secretName: "essecret"
256
# secretMountPath: "/secret/esCred"
257
-----
+----
0 commit comments