Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .ffmpeg/Dockerfile
Original file line number Diff line number Diff line change
@@ -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"
Expand Down Expand Up @@ -80,7 +80,7 @@ RUN cd /usr/local/src \
&& make install

# Final stage
FROM ubuntu:noble
FROM ubuntu:resolute

USER root

Expand Down
2 changes: 1 addition & 1 deletion Base/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
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"
Expand Down
Loading