From 043a0df0a996b0ae16a309cd6f44462dda15432f Mon Sep 17 00:00:00 2001 From: avirgovi Date: Tue, 31 May 2022 09:52:49 +0200 Subject: [PATCH] hardcode alpine version for repro build --- stm32/dockerfile.build | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/stm32/dockerfile.build b/stm32/dockerfile.build index 9cd45bcb..e91a816d 100644 --- a/stm32/dockerfile.build +++ b/stm32/dockerfile.build @@ -6,13 +6,7 @@ # # -# PROBLEM: alpine has `gcc-arm-none-eabi` but it's not in main repo, instead its part of "edge"? -# -# - for firmware v4.0.2, I used alphine:3.13.2 as base, but that doesn't work now for -# some random reason, and I don't care to debug why. -# -#FROM alpine:3.13.2 -FROM alpine:edge +FROM alpine:3.16.0 WORKDIR /work