From ed0097e6afecb524d4bcfc13a57047fe51a9e5b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 May 2022 20:55:46 -0700 Subject: [PATCH] Bump ubuntu from 20.04 to 22.04 (#124) Bumps ubuntu from 20.04 to 22.04. --- updated-dependencies: - dependency-name: ubuntu dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Dockerfile.cuda | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.cuda b/Dockerfile.cuda index 4416d9d..282f276 100644 --- a/Dockerfile.cuda +++ b/Dockerfile.cuda @@ -4,7 +4,7 @@ ARG FFMPEG_VERSION=5.0 ############################## # Build the NGINX-build image. -FROM ubuntu:20.04 as build-nginx +FROM ubuntu:22.04 as build-nginx ARG NGINX_VERSION ARG NGINX_RTMP_VERSION ARG MAKEFLAGS="-j4"