From f43fc890ad8e2754b80c4fc5cc7a1453995cc861 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Feb 2023 20:06:21 +0000 Subject: [PATCH] Bump ubuntu from 18.04 to 23.04 Bumps ubuntu from 18.04 to 23.04. --- updated-dependencies: - dependency-name: ubuntu dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Dockerfile.ubuntu-1804 | 2 +- Dockerfile.ubuntu-2004 | 2 +- Dockerfile.ubuntu-2204 | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile.ubuntu-1804 b/Dockerfile.ubuntu-1804 index 2083a7c..83799ab 100644 --- a/Dockerfile.ubuntu-1804 +++ b/Dockerfile.ubuntu-1804 @@ -1,4 +1,4 @@ -FROM ubuntu:18.04 +FROM ubuntu:23.04 LABEL maintainer="LinuxGSM " ARG DEBIAN_FRONTEND=noninteractive diff --git a/Dockerfile.ubuntu-2004 b/Dockerfile.ubuntu-2004 index a83ad80..83799ab 100644 --- a/Dockerfile.ubuntu-2004 +++ b/Dockerfile.ubuntu-2004 @@ -1,4 +1,4 @@ -FROM ubuntu:20.04 +FROM ubuntu:23.04 LABEL maintainer="LinuxGSM " ARG DEBIAN_FRONTEND=noninteractive diff --git a/Dockerfile.ubuntu-2204 b/Dockerfile.ubuntu-2204 index e264e6b..471277d 100644 --- a/Dockerfile.ubuntu-2204 +++ b/Dockerfile.ubuntu-2204 @@ -1,4 +1,4 @@ -FROM ubuntu:22.04 +FROM ubuntu:23.04 LABEL maintainer="LinuxGSM " ARG DEBIAN_FRONTEND=noninteractive