Skip to content

Commit

Permalink
chore(deps): update ubuntu docker tag to oracular-20241009
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 17, 2024
1 parent b218574 commit 617ae94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 617ae94

Please sign in to comment.