🌐 AI搜索 & 代理 主页
Skip to content

Commit db9523c

Browse files
author
Jason Dusek
authored
Update to 0.7.4 (#591)
1 parent 0e51c29 commit db9523c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pgml-extension/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ RUN useradd postgresml -m -s /bin/bash -G sudo
3737
RUN echo 'postgresml ALL=(ALL) NOPASSWD: ALL' >> /etc/sudoers
3838
USER postgresml
3939
RUN curl https://sh.rustup.rs -sSf | sh -s -- -y
40-
RUN $HOME/.cargo/bin/cargo install cargo-pgx --version "0.7.1"
40+
RUN $HOME/.cargo/bin/cargo install cargo-pgx --version "0.7.4"
4141
RUN $HOME/.cargo/bin/cargo pgx init
4242
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
4343
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

Comments
 (0)