diff --git a/.github/test/Dockerfile-alpine b/.github/test/Dockerfile-alpine index aab923b2..45e3aebe 100644 --- a/.github/test/Dockerfile-alpine +++ b/.github/test/Dockerfile-alpine @@ -2,7 +2,7 @@ # Test that we can still build on Alpine (musl modified libc https://musl.libc.org/) # Some packages wont install via pypi because they dont have a wheel available under this architecture. -FROM ghcr.io/linuxserver/baseimage-alpine:3.18 +FROM ghcr.io/linuxserver/baseimage-alpine:3.21 ENV PYTHONUNBUFFERED=1 COPY requirements.txt /requirements.txt @@ -28,6 +28,6 @@ RUN \ py3-pip && \ echo "**** pip3 install test of changedetection.io ****" && \ pip3 install -U pip wheel setuptools && \ - pip3 install -U --no-cache-dir --find-links https://wheel-index.linuxserver.io/alpine-3.18/ -r /requirements.txt && \ + pip3 install -U --no-cache-dir --find-links https://wheel-index.linuxserver.io/alpine-3.21/ -r /requirements.txt && \ apk del --purge \ build-dependencies