From 8cf4bafb3223bff444a3856c22a8f36983d41b87 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Jan 2023 20:02:43 +0000 Subject: [PATCH] Bump ubuntu from 20.04 to 23.04 Bumps ubuntu from 20.04 to 23.04. --- updated-dependencies: - dependency-name: ubuntu dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 44f9651..5be1d7b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:20.04 +FROM ubuntu:23.04 ARG DEBIAN_FRONTEND=noninteractive RUN apt-get update && apt-get install -y \