From 21481c351c6402af30a6741a1c9264dd0a08597a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Jun 2024 12:43:52 -0700 Subject: [PATCH] Bump ubuntu from 18.04 to 24.04 in /example/trivial/ubuntu-x86_64 (#636) Bumps ubuntu from 18.04 to 24.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> --- example/trivial/ubuntu-x86_64/Dockerfile | 2 +- example/trivial/ubuntu-x86_64/Dockerfile-nginx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/example/trivial/ubuntu-x86_64/Dockerfile b/example/trivial/ubuntu-x86_64/Dockerfile index 8f9bdf17..5c367244 100644 --- a/example/trivial/ubuntu-x86_64/Dockerfile +++ b/example/trivial/ubuntu-x86_64/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:18.04 +FROM ubuntu:24.04 WORKDIR /app ADD . /app diff --git a/example/trivial/ubuntu-x86_64/Dockerfile-nginx b/example/trivial/ubuntu-x86_64/Dockerfile-nginx index 8aef99f2..ea883dc4 100644 --- a/example/trivial/ubuntu-x86_64/Dockerfile-nginx +++ b/example/trivial/ubuntu-x86_64/Dockerfile-nginx @@ -1,4 +1,4 @@ -FROM ubuntu:18.04 +FROM ubuntu:24.04 RUN set -x \ # Install package dependencies