Skip to content

Commit

Permalink
Use alpine:3.21.1 as alpine:lastest and alpine:3.21.2 are currently b…
Browse files Browse the repository at this point in the history
…roken when compiling armv6 (serious compiler errors happening in random places)

Signed-off-by: DL6ER <[email protected]>
  • Loading branch information
DL6ER committed Jan 24, 2025
1 parent 0a16422 commit b44d1e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ftl-build/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG CONTAINER="alpine:3.21"
ARG CONTAINER="alpine:3.21.1"
FROM ${CONTAINER} AS builder

ARG TARGETPLATFORM
Expand Down

0 comments on commit b44d1e9

Please sign in to comment.