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 ac8e4a7 commit 80de0b0Copy full SHA for 80de0b0
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
0 commit comments