Update Dockerfile.rpi

This commit is contained in:
stevef1uk 2026-04-17 18:34:52 +02:00 committed by GitHub
parent cf01fa8708
commit 60364cfffb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,7 +1,7 @@
# ============================================================ # ============================================================
# Stage 1: Build the picoclaw binaries # Stage 1: Build the picoclaw binaries
# ============================================================ # ============================================================
FROM --platform=linux/arm64 golang:1.25-alpine AS builder FROM --platform=linux/arm64 golang:1.26-alpine AS builder
WORKDIR /app WORKDIR /app