Spaces:
Build error
Build error
Update Dockerfile
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
|
@@ -1,5 +1,6 @@
|
|
| 1 |
# Use a recent, slim Python base image
|
| 2 |
-
FROM neo4j:
|
|
|
|
| 3 |
|
| 4 |
|
| 5 |
# Set the working directory in the container
|
|
|
|
| 1 |
# Use a recent, slim Python base image
|
| 2 |
+
FROM neo4j:5.26.25-enterprise-ubi10
|
| 3 |
+
|
| 4 |
|
| 5 |
|
| 6 |
# Set the working directory in the container
|