From 6dc1c00197545d6542bc62b5922c6949ad7fe804 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 8 Apr 2021 02:06:00 +0000 Subject: [PATCH] fix: examples/ffmpeg/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-UBUNTU2004-BASH-581100 - https://snyk.io/vuln/SNYK-UBUNTU2004-SYSTEMD-576079 - https://snyk.io/vuln/SNYK-UBUNTU2004-SYSTEMD-576079 - https://snyk.io/vuln/SNYK-UBUNTU2004-SYSTEMD-582552 - https://snyk.io/vuln/SNYK-UBUNTU2004-SYSTEMD-582552 --- examples/ffmpeg/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/ffmpeg/Dockerfile b/examples/ffmpeg/Dockerfile index 566ea3f79c..b10d523be8 100644 --- a/examples/ffmpeg/Dockerfile +++ b/examples/ffmpeg/Dockerfile @@ -3,7 +3,7 @@ # docker run --rm -ti -p 8080:8080 $USER/ffmpeg -mc-config deploy -insecure -log debug # # curl -v --request POST --data-binary @input.mp4 http://localhost:8080/ffmpeg -o output.gif -FROM ubuntu:20.04 +FROM ubuntu:rolling ENV DEBIAN_FRONTEND=noninteractive RUN apt-get update && \