diff --git a/notebook/Dockerfile b/notebook/Dockerfile index 293b8ca..c1d8839 100644 --- a/notebook/Dockerfile +++ b/notebook/Dockerfile @@ -11,7 +11,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"] USER root # Create the file repository configuration and Import the repository signing key -RUN echo "deb http://apt.postgresql.org/pub/repos/apt jammy-pgdg main" > /etc/apt/sources.list.d/pgdg.list && \ +RUN echo "deb http://apt.postgresql.org/pub/repos/apt noble-pgdg main" > /etc/apt/sources.list.d/pgdg.list && \ wget --no-hsts --quiet -O /etc/apt/trusted.gpg.d/pgdg.asc https://www.postgresql.org/media/keys/ACCC4CF8.asc # Install the PostgreSQL utilities