From 617ae94dc250f9e51908f1a29d5b2255a1718475 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 17 Oct 2024 07:17:46 +0000 Subject: [PATCH] chore(deps): update ubuntu docker tag to oracular-20241009 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6b13bfd6..0484a755 100644 --- a/Dockerfile +++ b/Dockerfile @@ -43,7 +43,7 @@ RUN bun --bun run build ############################################################################ # The GLIBC version of the Debian in the oven/bun image is discrepant with that of the Lefthook, which causes an error. # That's why other compatible image must be used here -FROM ubuntu:oracular-20240617 AS runtime +FROM ubuntu:oracular-20241009 AS runtime # Move to the project dir WORKDIR /$PROJECT_DIR