🌐 AI搜索 & 代理 主页
Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Bump pgcat version in pgml-rds-proxy
  • Loading branch information
levkk committed Apr 23, 2024
commit c71f9b8e90b4894560366c9a797c1453776df07b
2 changes: 1 addition & 1 deletion packages/pgml-rds-proxy/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM ubuntu:22.04
ENV PGCAT_VERSION=2.0.0-alpha18
ENV PGCAT_VERSION=2.0.0-alpha19
RUN apt update && \
apt install -y curl postgresql-client-common postgresql-client-14 && \
apt clean
Expand Down