diff --git a/.ffmpeg/Dockerfile b/.ffmpeg/Dockerfile index 2767bbe83..cf7f49d76 100644 --- a/.ffmpeg/Dockerfile +++ b/.ffmpeg/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:noble AS builder +FROM ubuntu:resolute AS builder ARG FFMPEG_VERSION="8.1" ARG RCLONE_VER="v1.73-stable" ARG GO_VERSION="latest" @@ -80,7 +80,7 @@ RUN cd /usr/local/src \ && make install # Final stage -FROM ubuntu:noble +FROM ubuntu:resolute USER root diff --git a/Base/Dockerfile b/Base/Dockerfile index 1c4c06ccf..10879d97e 100644 --- a/Base/Dockerfile +++ b/Base/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:noble@sha256:c4a8d5503dfb2a3eb8ab5f807da5bc69a85730fb49b5cfca2330194ebcc41c7b +FROM ubuntu:resolute@sha256:5e275723f82c67e387ba9e3c24baa0abdcb268917f276a0561c97bef9450d0b4 ARG AUTHORS=SeleniumHQ LABEL authors="${AUTHORS} " LABEL org.opencontainers.image.source="https://github.com/${AUTHORS}/docker-selenium"