From 6e1246bb4fcb414f03af6d2fb1d9c99e1fd90e8d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jan 2024 19:25:43 +0000 Subject: [PATCH] Bump ubuntu from jammy-20231128 to jammy-20240111 Bumps ubuntu from jammy-20231128 to jammy-20240111. --- updated-dependencies: - dependency-name: ubuntu dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- Dockerfile.lite | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 0d32b60..b1bc3d4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:jammy-20231128 +FROM ubuntu:jammy-20240111 ENV DEBIAN_FRONTEND noninteractive RUN apt-get update && apt-get install --no-install-recommends --no-install-suggests -y \ lib32gcc-s1 \ diff --git a/Dockerfile.lite b/Dockerfile.lite index 821302a..423f3d8 100644 --- a/Dockerfile.lite +++ b/Dockerfile.lite @@ -1,4 +1,4 @@ -FROM ubuntu:jammy-20231128 +FROM ubuntu:jammy-20240111 ENV DEBIAN_FRONTEND noninteractive RUN apt-get update && apt-get install --no-install-recommends --no-install-suggests -y \ lib32gcc-s1 \