Skip to content

Commit a27544f

Browse files
committed
chore(docker): minimize the docker dependencies
1 parent cf7f35c commit a27544f

File tree

5 files changed

+4
-11
lines changed

5 files changed

+4
-11
lines changed

AgentCrew/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.9.2"
1+
__version__ = "0.9.3"

docker/Dockerfile

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -79,13 +79,6 @@ RUN apt-get update && apt-get install -y \
7979

8080
RUN pip install --no-cache-dir uv
8181

82-
ARG node_version=v24.4.1
83-
RUN cd /opt \
84-
&& curl -LO https://nodejs.org/dist/${node_version}/node-${node_version}-linux-x64.tar.xz \
85-
&& tar -xJf node-${node_version}-linux-x64.tar.xz \
86-
&& rm node-${node_version}-linux-x64.tar.xz
87-
ENV PATH=/opt/node-${node_version}-linux-x64/bin:${PATH}
88-
8982
# Create non-root user
9083
RUN groupadd -r agentcrew && useradd -r -g agentcrew -m -d /home/agentcrew agentcrew
9184

docker/pyproject.docker.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "agentcrew-ai"
3-
version = "0.9.2"
3+
version = "0.9.3"
44
requires-python = ">=3.12"
55
classifiers = [
66
"Programming Language :: Python :: 3",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "agentcrew-ai"
3-
version = "0.9.2"
3+
version = "0.9.3"
44
requires-python = ">=3.12"
55
classifiers = [
66
"Programming Language :: Python :: 3",

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)