From 98ae8f324d212f6bb2949b34aa3c08bce537038d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Oct 2022 19:48:11 +0000 Subject: [PATCH 1/3] Bump ubuntu from jammy-20220815 to jammy-20221003 Bumps ubuntu from jammy-20220815 to jammy-20221003. --- 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 98a2698..f5ce3a1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:jammy-20220815 +FROM ubuntu:jammy-20221003 ENV DEBIAN_FRONTEND noninteractive RUN apt-get update && apt-get install --no-install-recommends --no-install-suggests -y \ lib32gcc-s1 \ From 6cc611b3a55eeeaec2aea445d4526688da2a2320 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Oct 2022 19:59:44 +0000 Subject: [PATCH 2/3] Bump ubuntu from jammy-20221003 to jammy-20221020 Bumps ubuntu from jammy-20221003 to jammy-20221020. --- 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 f5ce3a1..abdc3a0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:jammy-20221003 +FROM ubuntu:jammy-20221020 ENV DEBIAN_FRONTEND noninteractive RUN apt-get update && apt-get install --no-install-recommends --no-install-suggests -y \ lib32gcc-s1 \ From 8a8dba7f1f7b82b9c3ed89f976a38678e98b9cd1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Nov 2022 20:46:12 +0000 Subject: [PATCH 3/3] Bump ubuntu from jammy-20221020 to jammy-20221101 Bumps ubuntu from jammy-20221020 to jammy-20221101. --- 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 abdc3a0..0c62656 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:jammy-20221020 +FROM ubuntu:jammy-20221101 ENV DEBIAN_FRONTEND noninteractive RUN apt-get update && apt-get install --no-install-recommends --no-install-suggests -y \ lib32gcc-s1 \