diff --git a/samples/postgresql_service.Dockerfile b/samples/postgresql_service.Dockerfile index 9ee667eb921..cf4bc296f23 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:22.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