Skip to content
Open
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
4 changes: 2 additions & 2 deletions platform/agent/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ RUN CGO_ENABLED=0 GOOS=linux go build -a -installsuffix cgo \
# - OSS repo: Only has migrations/core/
# - Enterprise repo: Has migrations/core/, migrations/enterprise/, migrations/industry/
# Just copy what exists - no conditional logic needed
FROM alpine:3.23 AS migrations-prep
FROM alpine:3.24 AS migrations-prep

# Copy migrations directory as-is from the repo
COPY migrations/ /migrations/
Expand All @@ -128,7 +128,7 @@ RUN set -e && \
echo "Total: $total migration files"

# Final stage - minimal runtime image
FROM alpine:3.23
FROM alpine:3.24

ARG AXONFLOW_VERSION=8.6.0
ENV AXONFLOW_VERSION=${AXONFLOW_VERSION}
Expand Down
Loading