Skip to content

Commit 051b059

Browse files
committed
Bump base image used to latest LTS
Moves from 22.04 to 24.04
1 parent 1ad76bc commit 051b059

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

repo2docker/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,7 @@ def _dry_run_changed(self, change):
459459
)
460460

461461
base_image = Unicode(
462-
"docker.io/library/buildpack-deps:jammy",
462+
"docker.io/library/buildpack-deps:24.04",
463463
config=True,
464464
help="""
465465
Base image to use when building docker images.

0 commit comments

Comments
 (0)