We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d107dd9 commit 3a4e49fCopy full SHA for 3a4e49f
2 files changed
.ffmpeg/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM ubuntu:noble AS builder
+FROM ubuntu:resolute AS builder
2
ARG FFMPEG_VERSION="8.1"
3
ARG RCLONE_VER="v1.73-stable"
4
ARG GO_VERSION="latest"
@@ -80,7 +80,7 @@ RUN cd /usr/local/src \
80
&& make install
81
82
# Final stage
83
-FROM ubuntu:noble
+FROM ubuntu:resolute
84
85
USER root
86
Base/Dockerfile
-FROM ubuntu:noble@sha256:c4a8d5503dfb2a3eb8ab5f807da5bc69a85730fb49b5cfca2330194ebcc41c7b
+FROM ubuntu:resolute@sha256:5e275723f82c67e387ba9e3c24baa0abdcb268917f276a0561c97bef9450d0b4
ARG AUTHORS=SeleniumHQ
LABEL authors="${AUTHORS} <[email protected]>"
LABEL org.opencontainers.image.source="https://github.com/${AUTHORS}/docker-selenium"
0 commit comments