Skip to content

Docker-Alpine: Align version between build/main stages#10347

Merged
vidplace7 merged 1 commit into
masterfrom
fix-alpine-ver
Apr 30, 2026
Merged

Docker-Alpine: Align version between build/main stages#10347
vidplace7 merged 1 commit into
masterfrom
fix-alpine-ver

Conversation

@vidplace7

Copy link
Copy Markdown
Member
FROM python:3.14-alpine3.23 AS builder
FROM alpine:3.23

The alpine version needs to match in both stages 😅

@vidplace7 vidplace7 added linux-native related to running meshtastic as daemon on native linux bugfix Pull request that fixes bugs labels Apr 30, 2026
FROM python:3.14-alpine3.23 AS builder
FROM alpine:3.23

the alpine version needs to match in both stages 😅
@github-actions github-actions Bot added the needs-review Needs human review label Apr 30, 2026
@vidplace7 vidplace7 merged commit 478444e into master Apr 30, 2026
67 checks passed
@vidplace7 vidplace7 deleted the fix-alpine-ver branch April 30, 2026 00:32
Evil8it pushed a commit to Evil8it/ME4TACTNK that referenced this pull request Jun 10, 2026
)

FROM python:3.14-alpine3.23 AS builder
FROM alpine:3.23

the alpine version needs to match in both stages 😅
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bugfix Pull request that fixes bugs linux-native related to running meshtastic as daemon on native linux needs-review Needs human review

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant