Skip to content

Commit 3a4e49f

Browse files
Update ubuntu Docker tag to v26
1 parent d107dd9 commit 3a4e49f

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.ffmpeg/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ubuntu:noble AS builder
1+
FROM ubuntu:resolute AS builder
22
ARG FFMPEG_VERSION="8.1"
33
ARG RCLONE_VER="v1.73-stable"
44
ARG GO_VERSION="latest"
@@ -80,7 +80,7 @@ RUN cd /usr/local/src \
8080
&& make install
8181

8282
# Final stage
83-
FROM ubuntu:noble
83+
FROM ubuntu:resolute
8484

8585
USER root
8686

Base/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ubuntu:noble@sha256:c4a8d5503dfb2a3eb8ab5f807da5bc69a85730fb49b5cfca2330194ebcc41c7b
1+
FROM ubuntu:resolute@sha256:5e275723f82c67e387ba9e3c24baa0abdcb268917f276a0561c97bef9450d0b4
22
ARG AUTHORS=SeleniumHQ
33
LABEL authors="${AUTHORS} <[email protected]>"
44
LABEL org.opencontainers.image.source="https://github.com/${AUTHORS}/docker-selenium"

0 commit comments

Comments
 (0)