Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions servers/mcp-neo4j-cypher/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## Next

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

### Changed

Expand Down
4 changes: 2 additions & 2 deletions servers/mcp-neo4j-cypher/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
LABEL io.modelcontextprotocol.server.name="io.github.neo4j-contrib/mcp-neo4j-cypher"

FROM python:3.11-slim

LABEL io.modelcontextprotocol.server.name="io.github.neo4j-contrib/mcp-neo4j-cypher"

# Set working directory
WORKDIR /app

Expand Down
1 change: 1 addition & 0 deletions servers/mcp-neo4j-data-modeling/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## Next

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

### Changed

Expand Down
2 changes: 1 addition & 1 deletion servers/mcp-neo4j-data-modeling/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
LABEL io.modelcontextprotocol.server.name="io.github.neo4j-contrib/mcp-neo4j-data-modeling"
FROM python:3.12-slim
LABEL io.modelcontextprotocol.server.name="io.github.neo4j-contrib/mcp-neo4j-data-modeling"

# Set working directory
WORKDIR /app
Expand Down
1 change: 1 addition & 0 deletions servers/mcp-neo4j-memory/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## Next

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

### Changed

Expand Down
4 changes: 2 additions & 2 deletions servers/mcp-neo4j-memory/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
LABEL io.modelcontextprotocol.server.name="io.github.neo4j-contrib/mcp-neo4j-memory"
FROM python:3.12-slim

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

# Set working directory
WORKDIR /app
Expand Down