From 62720cc6d649877a28687f0cdf6c516f386278c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 May 2026 12:39:41 +0000 Subject: [PATCH] Bump ubuntu from 22.04 to 26.04 Bumps ubuntu from 22.04 to 26.04. --- updated-dependencies: - dependency-name: ubuntu dependency-version: '26.04' 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 13704ff..b693466 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ WORKDIR /app COPY . . RUN lake build -FROM ubuntu:22.04 AS runtime +FROM ubuntu:26.04 AS runtime RUN apt-get update && apt-get install -y ca-certificates curl && rm -rf /var/lib/apt/lists/* WORKDIR /app COPY --from=builder /app/.lake /app/.lake