File tree Expand file tree Collapse file tree 6 files changed +8
-5
lines changed Expand file tree Collapse file tree 6 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 1- LABEL io.modelcontextprotocol.server.name="io.github.neo4j-contrib/mcp-neo4j-cypher"
2-
31FROM python:3.11-slim
42
3+ LABEL io.modelcontextprotocol.server.name="io.github.neo4j-contrib/mcp-neo4j-cypher"
4+
55# Set working directory
66WORKDIR /app
77
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 1- LABEL io.modelcontextprotocol.server.name="io.github.neo4j-contrib/mcp-neo4j-data-modeling"
21FROM python:3.12-slim
2+ LABEL io.modelcontextprotocol.server.name="io.github.neo4j-contrib/mcp-neo4j-data-modeling"
33
44# Set working directory
55WORKDIR /app
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
66WORKDIR /app
You can’t perform that action at this time.
0 commit comments