Skip to content

Commit b1adb6f

Browse files
authored
Update plugins.adoc (#1438)
broken dockerfile
1 parent 3fe81b9 commit b1adb6f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/ROOT/pages/kubernetes/plugins.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ Building a Docker container image that is based on the official Neo4j Docker ima
9494
[source, Dockerfile, subs=attributes]
9595
----
9696
ARG NEO4J_VERSION
97-
FROM neo4j:\{NEO4J_VERSION}
97+
FROM neo4j:$\{NEO4J_VERSION}
9898
9999
# copy my-plugins into the Docker image
100100
COPY my-plugins/ /var/lib/neo4j/plugins
@@ -254,4 +254,4 @@ apoc_credentials: {}
254254
# aliasName: "es"
255255
# secretName: "essecret"
256256
# secretMountPath: "/secret/esCred"
257-
----
257+
----

0 commit comments

Comments
 (0)