Skip to content

Commit 64eacc0

Browse files
committed
Use latest ubuntu
1 parent d36d6d6 commit 64eacc0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

buildpack-deps/ubuntu/jammy/docker-bake.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ variable "VARIANT" {
1717

1818
variable "BUILDTAGS" {
1919
default = [
20-
{ name = "jammy", base = "docker.io/ubuntu:jammy-20251001", version = "22.04" },
20+
{ name = "jammy", base = "docker.io/ubuntu:jammy-20251013", version = "22.04" },
2121
]
2222
}
2323

buildpack-deps/ubuntu/noble/docker-bake.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ variable "VARIANT" {
1717

1818
variable "BUILDTAGS" {
1919
default = [
20-
{ name = "noble", base = "docker.io/ubuntu:noble-20251001", version = "24.04" },
20+
{ name = "noble", base = "docker.io/ubuntu:noble-20251013", version = "24.04" },
2121
]
2222
}
2323

0 commit comments

Comments
 (0)