Skip to content

Commit ea59540

Browse files
committed
fix: small fix
1 parent 0ebf703 commit ea59540

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Default base image for standalone builds. For addons, this is overridden by build.yaml.
22
ARG BUILD_FROM=nikolaik/python-nodejs:python3.12-nodejs23
3-
ARG NODE_VERSION=22 # Default Node.js version for addon OS setup
43

5-
FROM $BUILD_FROM AS base
64

5+
FROM $BUILD_FROM AS base
6+
ARG NODE_VERSION=22 # Default Node.js version for addon OS setup
77
ARG BUILD_FROM # Re-declare ARG to make it available in this stage
88
WORKDIR /mcp-proxy-server
99

0 commit comments

Comments
 (0)