Commit 6b5c685 1 parent 590a92a commit 6b5c685 Copy full SHA for 6b5c685
File tree 6 files changed +7
-7
lines changed
6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,6 @@ ARG POSTGRES_BASE_VERSION
21
21
# Always force rebuild of this layer
22
22
ARG TIMESTAMP=1
23
23
COPY third-party/pgxman /tmp/pgxman/
24
- RUN curl -sfL https://github.com/pgxman/release/releases/latest/download/ install.sh | sh -s -- /tmp/pgxman/pgxman_${POSTGRES_BASE_VERSION}.yaml && \
24
+ RUN curl -sfL https://install.pgx .sh | sh -s -- /tmp/pgxman/pgxman_${POSTGRES_BASE_VERSION}.yaml && \
25
25
pgxman install pgsql-http=1.6.0 --pg ${POSTGRES_BASE_VERSION} --yes && \
26
26
rm -rf /tmp/pgxman
Original file line number Diff line number Diff line change @@ -35,5 +35,5 @@ ENV PGVERSION=${POSTGRES_BASE_VERSION} SPILO_PROVIDER=local PGUSER_SUPERUSER=pos
35
35
# Always force rebuild of this layer
36
36
ARG TIMESTAMP=1
37
37
COPY third-party/pgxman /tmp/pgxman/
38
- RUN curl -sfL https://github.com/pgxman/release/releases/latest/download/ install.sh | sh -s -- /tmp/pgxman/pgxman_13.yaml /tmp/pgxman/pgxman_14_spilo.yaml && \
38
+ RUN curl -sfL https://install.pgx .sh | sh -s -- /tmp/pgxman/pgxman_13.yaml /tmp/pgxman/pgxman_14_spilo.yaml && \
39
39
rm -rf /tmp/pgxman
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ postgres:
3
3
version : " 13"
4
4
extensions :
5
5
- name : " multicorn"
6
- version : " 2.4+b68b75c"
6
+ version : " 2.4.0 +b68b75c"
7
7
- name : " mysql_fdw"
8
8
version : " 2.9.1"
9
9
- name : " parquet_s3_fdw"
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ postgres:
3
3
version : " 14"
4
4
extensions :
5
5
- name : " multicorn"
6
- version : " 2.4+b68b75c"
6
+ version : " 2.4.0 +b68b75c"
7
7
- name : " mysql_fdw"
8
8
version : " 2.9.1"
9
9
- name : " parquet_s3_fdw"
Original file line number Diff line number Diff line change @@ -3,15 +3,15 @@ postgres:
3
3
version : " 14"
4
4
extensions :
5
5
- name : " multicorn"
6
- version : " 2.4+b68b75c"
6
+ version : " 2.4.0 +b68b75c"
7
7
overwrite : true
8
8
- name : " mysql_fdw"
9
9
version : " 2.9.1"
10
10
- name : " parquet_s3_fdw"
11
11
version : " 1.0.0+5298b7f"
12
12
overwrite : true
13
13
- name : " pg_ivm"
14
- version : " 1.5.1 "
14
+ version : " 1.7.0 "
15
15
- name : " pgvector"
16
16
version : " 0.5.1"
17
17
- name : " pg_hint_plan-14"
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ postgres:
3
3
version : " 15"
4
4
extensions :
5
5
- name : " multicorn"
6
- version : " 2.4+b68b75c"
6
+ version : " 2.4.0 +b68b75c"
7
7
- name : " mysql_fdw"
8
8
version : " 2.9.1"
9
9
- name : " parquet_s3_fdw"
You can’t perform that action at this time.
0 commit comments