diff --git a/images/gcp/ubuntu-2004.yaml b/images/gcp/ubuntu-2004.yaml index c1f5e487c..3e720c654 100644 --- a/images/gcp/ubuntu-2004.yaml +++ b/images/gcp/ubuntu-2004.yaml @@ -5,8 +5,8 @@ python_path: "" packer: # The source image to use to create the new image from. source_image = `distribution`-`distribution_version-k8sversion-timestamp` distribution: "ubuntu" - distribution_version: "2004-focal-v20231213" - source_image: "ubuntu-2004-focal-v20231213" + distribution_version: "2004-focal-v20241115" + source_image: "ubuntu-2004-focal-v20241115" # The source_image_family to use to create the new image from. distribution_family: "ubuntu-2004-lts" # The username to connect to SSH with. Required if using SSH.