diff options
author | Christian Pointner <equinox@spreadspace.org> | 2023-02-08 13:07:47 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@spreadspace.org> | 2023-02-08 13:07:47 (GMT) |
commit | c01c1a68ab982fe9342a5691910583726c7c666d (patch) | |
tree | b33f7feed0b3662728dadfe1c12645b784b95571 /ffmpeg | |
parent | 5c59be747cb999545e3c7a16ad135bcbec679b22 (diff) |
ubuntu: add focal and jammy, remove bionice; move app images to bullseye
Diffstat (limited to 'ffmpeg')
-rw-r--r-- | ffmpeg/bullseye/Dockerfile (renamed from ffmpeg/bionic/Dockerfile) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ffmpeg/bionic/Dockerfile b/ffmpeg/bullseye/Dockerfile index aa04dda..80b7943 100644 --- a/ffmpeg/bionic/Dockerfile +++ b/ffmpeg/bullseye/Dockerfile @@ -1,4 +1,4 @@ -FROM docker.helsinki.at/ubuntu:bionic +FROM docker.helsinki.at/ubuntu:bullseye MAINTAINER Christian Pointner <equinox@helsinki.at> RUN set -x \ |