Skip to content

Commit 64e85fc

Browse files
bumpwader
bump
authored andcommitted
Update alpine to 3.21.1 from 3.20.3
Release notes https://alpinelinux.org/posts/Alpine-3.21.1-released.html
1 parent 7b5683a commit 64e85fc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

+2-1
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.1
44
FROM $ALPINE_VERSION AS builder
55

66
# Alpine Package Keeper options
@@ -906,6 +906,7 @@ 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+
CFLAGS="-Wno-tautological-compare -Wno-incompatible-pointer-types -Wno-unused-const-variable" \
909910
./configure \
910911
--disable-asm \
911912
--enable-pic \

0 commit comments

Comments
 (0)