We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b5683a commit 64e85fcCopy full SHA for 64e85fc
Dockerfile
@@ -1,6 +1,6 @@
1
# bump: alpine /ALPINE_VERSION=alpine:([\d.]+)/ docker:alpine|^3
2
# bump: alpine link "Release notes" https://alpinelinux.org/posts/Alpine-$LATEST-released.html
3
-ARG ALPINE_VERSION=alpine:3.20.3
+ARG ALPINE_VERSION=alpine:3.21.1
4
FROM $ALPINE_VERSION AS builder
5
6
# Alpine Package Keeper options
@@ -906,6 +906,7 @@ RUN \
906
wget $WGET_OPTS -O xavs2.tar.gz "$XAVS2_URL" && \
907
echo "$XAVS2_SHA256 xavs2.tar.gz" | sha256sum -c - && \
908
tar $TAR_OPTS xavs2.tar.gz && cd xavs2-*/build/linux && \
909
+ CFLAGS="-Wno-tautological-compare -Wno-incompatible-pointer-types -Wno-unused-const-variable" \
910
./configure \
911
--disable-asm \
912
--enable-pic \
0 commit comments