Skip to content

Commit 091b709

Browse files
authored
All - patch dockerfiles (#230)
* patch cypher * patch data modeling, memory
1 parent 7b68015 commit 091b709

File tree

6 files changed

+8
-5
lines changed

6 files changed

+8
-5
lines changed

servers/mcp-neo4j-cypher/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
## Next
22

33
### Fixed
4+
* Fix bug in Dockerfile where build would fail due to `LABEL` statement coming before `FROM` statement
45

56
### Changed
67

servers/mcp-neo4j-cypher/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
LABEL io.modelcontextprotocol.server.name="io.github.neo4j-contrib/mcp-neo4j-cypher"
2-
31
FROM python:3.11-slim
42

3+
LABEL io.modelcontextprotocol.server.name="io.github.neo4j-contrib/mcp-neo4j-cypher"
4+
55
# Set working directory
66
WORKDIR /app
77

servers/mcp-neo4j-data-modeling/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
## Next
22

33
### Fixed
4+
* Fix bug in Dockerfile where build would fail due to `LABEL` statement coming before `FROM` statement
45

56
### Changed
67

servers/mcp-neo4j-data-modeling/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
LABEL io.modelcontextprotocol.server.name="io.github.neo4j-contrib/mcp-neo4j-data-modeling"
21
FROM python:3.12-slim
2+
LABEL io.modelcontextprotocol.server.name="io.github.neo4j-contrib/mcp-neo4j-data-modeling"
33

44
# Set working directory
55
WORKDIR /app

servers/mcp-neo4j-memory/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
## Next
22

33
### Fixed
4+
* Fix bug in Dockerfile where build would fail due to `LABEL` statement coming before `FROM` statement
45

56
### Changed
67

servers/mcp-neo4j-memory/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
LABEL io.modelcontextprotocol.server.name="io.github.neo4j-contrib/mcp-neo4j-memory"
1+
FROM python:3.12-slim
22

3-
FROM python:3.11-slim
3+
LABEL io.modelcontextprotocol.server.name="io.github.neo4j-contrib/mcp-neo4j-memory"
44

55
# Set working directory
66
WORKDIR /app

0 commit comments

Comments
 (0)