We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e51c29 commit db9523cCopy full SHA for db9523c
pgml-extension/Dockerfile
@@ -37,7 +37,7 @@ RUN useradd postgresml -m -s /bin/bash -G sudo
37
RUN echo 'postgresml ALL=(ALL) NOPASSWD: ALL' >> /etc/sudoers
38
USER postgresml
39
RUN curl https://sh.rustup.rs -sSf | sh -s -- -y
40
-RUN $HOME/.cargo/bin/cargo install cargo-pgx --version "0.7.1"
+RUN $HOME/.cargo/bin/cargo install cargo-pgx --version "0.7.4"
41
RUN $HOME/.cargo/bin/cargo pgx init
42
RUN curl https://www.postgresql.org/media/keys/ACCC4CF8.asc | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/apt.postgresql.org.gpg >/dev/null
43
RUN sudo sh -c 'echo "deb http://apt.postgresql.org/pub/repos/apt $(lsb_release -cs)-pgdg main" > /etc/apt/sources.list.d/pgdg.list'
0 commit comments