Bump docker base image
authorMarcel van der Veldt <m.vanderveldt@outlook.com>
Thu, 15 May 2025 19:51:15 +0000 (21:51 +0200)
committerMarcel van der Veldt <m.vanderveldt@outlook.com>
Thu, 15 May 2025 19:51:15 +0000 (21:51 +0200)
- python 3.13
- ffmpeg 7.1.1

Dockerfile.base

index 44ea988349f6a72304da1fb1b7199930a24623ea..0a64ba9c1f295ba1d35b64d915b8e9b86c49a786 100644 (file)
@@ -4,7 +4,7 @@
 # This image forms the base for the final image and is not meant to be used directly
 # NOTE that the dev add-on is also based on this base image
 
-FROM python:3.12-alpine3.21
+FROM python:3.13-alpine3.21
 
 RUN set -x \
     && apk add --no-cache \
@@ -21,8 +21,8 @@ RUN set -x \
         snapcast
 
 # Get static ffmpeg builds from https://hub.docker.com/r/mwader/static-ffmpeg/
-COPY --from=mwader/static-ffmpeg:7.1 /ffmpeg /usr/local/bin/
-COPY --from=mwader/static-ffmpeg:7.1 /ffprobe /usr/local/bin/
+COPY --from=mwader/static-ffmpeg:7.1.1 /ffmpeg /usr/local/bin/
+COPY --from=mwader/static-ffmpeg:7.1.1 /ffprobe /usr/local/bin/
 
 # Copy widevine client files to container
 RUN mkdir -p /usr/local/bin/widevine_cdm