diff --git a/samples/postgresql_service.Dockerfile b/samples/postgresql_service.Dockerfile index 9ee667eb9212..754ef2e5c7a6 100644 --- a/samples/postgresql_service.Dockerfile +++ b/samples/postgresql_service.Dockerfile @@ -2,7 +2,7 @@ # example Dockerfile for https://docs.docker.com/examples/postgresql_service/ # -FROM ubuntu +FROM ubuntu:24.10 # Add the PostgreSQL PGP key to verify their Debian packages. # It should be the same key as https://www.postgresql.org/media/keys/ACCC4CF8.asc