Skip to content
Open
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
2 changes: 1 addition & 1 deletion services/cloudflare/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
x-sparkstack-enforce: ${SPARKSTACK_DIR:?SPARKSTACK_DIR must be set}
services:
tunnel:
image: cloudflare/cloudflared:2026.7.2
image: cloudflare/cloudflared:2026.8.2
container_name: cloudflared
restart: unless-stopped
environment:
Expand Down
2 changes: 1 addition & 1 deletion services/headscale/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ volumes:
services:
headscale:
container_name: sparkstack-headscale
image: headscale/headscale:v0.29.2
image: headscale/headscale:v0.29.3
restart: unless-stopped
command: serve
networks:
Expand Down
2 changes: 1 addition & 1 deletion services/monitoring/docker-compose.external.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
x-sparkstack-enforce: ${SPARKSTACK_DIR:?SPARKSTACK_DIR must be set}
services:
alloy:
image: grafana/alloy:v1.18.0
image: grafana/alloy:v1.19.2
container_name: alloy
ports:
- 12345:12345
Expand Down
8 changes: 4 additions & 4 deletions services/monitoring/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
x-sparkstack-enforce: ${SPARKSTACK_DIR:?SPARKSTACK_DIR must be set}
services:
prometheus:
image: quay.io/prometheus/prometheus:v3.13.1
image: quay.io/prometheus/prometheus:v3.14.0
container_name: prometheus
user: root
ports:
Expand Down Expand Up @@ -31,7 +31,7 @@ services:
limits:
memory: 2G
alloy:
image: grafana/alloy:v1.18.0
image: grafana/alloy:v1.19.2
container_name: alloy
ports:
- 12345:12345
Expand Down Expand Up @@ -91,7 +91,7 @@ services:
- monitoring

grafana:
image: grafana/grafana:13.1.0
image: grafana/grafana:13.2.0
container_name: grafana
ports:
- 3001:3000
Expand Down Expand Up @@ -155,7 +155,7 @@ services:
- SPARKRUN_STATSD_HOST=alloy

tempo:
image: grafana/tempo:3.0.2
image: grafana/tempo:3.0.3
container_name: tempo
user: root
command: [ "-config.file=/etc/tempo.yaml" ]
Expand Down
2 changes: 1 addition & 1 deletion services/openclaw/docker/Dockerfile.gateway-custom
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-ins
&& apt-get clean && rm -rf /var/lib/apt/lists/*

# Install Go via multi-stage copy
COPY --from=golang:1.26 /usr/local/go/ /usr/local/go/
COPY --from=golang:1.27 /usr/local/go/ /usr/local/go/
ENV PATH="/usr/local/go/bin:${PATH}"

# Install uv globally
Expand Down
2 changes: 1 addition & 1 deletion services/openclaw/docker/Dockerfile.sandbox-custom
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-ins
&& apt-get clean && rm -rf /var/lib/apt/lists/*

# Install Go via multi-stage copy
COPY --from=golang:1.26 /usr/local/go/ /usr/local/go/
COPY --from=golang:1.27 /usr/local/go/ /usr/local/go/

# Install uv globally
COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /usr/local/bin/
Expand Down
8 changes: 4 additions & 4 deletions services/openclaw/docker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"version": "1.0.0",
"private": true,
"dependencies": {
"@google/gemini-cli": "0.51.0",
"@earendil-works/pi-coding-agent": "0.80.10",
"mcporter": "0.12.3",
"@steipete/summarize": "0.21.6"
"@google/gemini-cli": "0.57.0",
"@earendil-works/pi-coding-agent": "0.84.4",
"mcporter": "0.13.8",
"@steipete/summarize": "0.21.11"
}
}
Loading