Skip to content

Commit a538433

Browse files
bumpwader
authored andcommitted
Update alpine to 3.21.3 from 3.20.3
Release notes https://alpinelinux.org/posts/Alpine-3.21.3-released.html
1 parent 7129351 commit a538433

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# bump: alpine /ALPINE_VERSION=alpine:([\d.]+)/ docker:alpine|^3
22
# bump: alpine link "Release notes" https://alpinelinux.org/posts/Alpine-$LATEST-released.html
3-
ARG ALPINE_VERSION=alpine:3.20.3
3+
ARG ALPINE_VERSION=alpine:3.21.3
44
FROM $ALPINE_VERSION AS builder
55

66
# Alpine Package Keeper options
@@ -906,7 +906,8 @@ RUN \
906906
wget $WGET_OPTS -O xavs2.tar.gz "$XAVS2_URL" && \
907907
echo "$XAVS2_SHA256 xavs2.tar.gz" | sha256sum -c - && \
908908
tar $TAR_OPTS xavs2.tar.gz && cd xavs2-*/build/linux && \
909-
./configure \
909+
# disable all warnings as errors for now
910+
CHECK_CFLAGS="-Wno-error" ./configure \
910911
--disable-asm \
911912
--enable-pic \
912913
--disable-cli && \

0 commit comments

Comments
 (0)