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
2 changes: 1 addition & 1 deletion Dockerfile.alpine
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ ARG VERSION=unknown
RUN CGO_ENABLED=1 go build -mod=readonly -ldflags "-extldflags='-Wl,-z,lazy' -X 'github.com/coroot/coroot-node-agent/flags.Version=${VERSION}'" -o nudgebee-node-agent .

# Runtime stage
FROM alpine:3.23 AS release-stage
FROM alpine:3.24 AS release-stage

# Install SSL/TLS libraries for HTTPS LLM API tracing
RUN apk add --no-cache openssl libssl3 ca-certificates
Expand Down
Loading