Skip to content

Commit bd095c9

Browse files
committed
Update docker default base image to ubuntu 24.04
1 parent a4d21b2 commit bd095c9

File tree

1 file changed

+1
-1
lines changed
  • build-tools-internal/src/main/java/org/elasticsearch/gradle/internal

1 file changed

+1
-1
lines changed

build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/DockerBase.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* This class models the different Docker base images that are used to build Docker distributions of Elasticsearch.
1414
*/
1515
public enum DockerBase {
16-
DEFAULT("ubuntu:20.04", "", "apt-get", "Dockerfile"),
16+
DEFAULT("ubuntu:24.04", "", "apt-get", "Dockerfile"),
1717

1818
// "latest" here is intentional, since the image name specifies "8"
1919
UBI("docker.elastic.co/ubi8/ubi-minimal:latest", "-ubi8", "microdnf", "Dockerfile"),

0 commit comments

Comments
 (0)