From d69c9d2a926b30a318b7f93caf83bb0fbbb53279 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 19:06:40 +0000 Subject: [PATCH] chore(deps): update ubuntu docker tag to oracular-20240913 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6b13bfd6..2c50089f 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-20240913 AS runtime # Move to the project dir WORKDIR /$PROJECT_DIR