summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2023-02-08 13:25:52 (GMT)
committerChristian Pointner <equinox@spreadspace.org>2023-02-08 13:25:52 (GMT)
commitc1f671ea55f6118d4b9c907fdbf3293b4bf61dbc (patch)
tree3c146413f28e416fc129860823b65bad9a84ecef
parentc5b689aa8b7ea059efc3af7dd4e91dc94042305a (diff)
fix image name for app container
-rw-r--r--ffmpeg/bullseye/Dockerfile2
-rw-r--r--gstreamer/bullseye/Dockerfile2
2 files changed, 2 insertions, 2 deletions
diff --git a/ffmpeg/bullseye/Dockerfile b/ffmpeg/bullseye/Dockerfile
index 80b7943..1e8ab6f 100644
--- a/ffmpeg/bullseye/Dockerfile
+++ b/ffmpeg/bullseye/Dockerfile
@@ -1,4 +1,4 @@
-FROM docker.helsinki.at/ubuntu:bullseye
+FROM docker.helsinki.at/debian:bullseye
MAINTAINER Christian Pointner <equinox@helsinki.at>
RUN set -x \
diff --git a/gstreamer/bullseye/Dockerfile b/gstreamer/bullseye/Dockerfile
index 795084b..c686e8e 100644
--- a/gstreamer/bullseye/Dockerfile
+++ b/gstreamer/bullseye/Dockerfile
@@ -1,4 +1,4 @@
-FROM docker.helsinki.at/ubuntu:bullseye
+FROM docker.helsinki.at/debian:bullseye
MAINTAINER Christian Pointner <equinox@helsinki.at>
RUN set -x \