Skip to content
This repository was archived by the owner on Feb 15, 2023. It is now read-only.

Commit 4a5b790

Browse files
committed
[docker]: plpython3 package depends on pg version
1 parent e69c6f9 commit 4a5b790

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/docker/postgres/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ RUN apt-get update \
1919
python3-setuptools \
2020
python3-dev \
2121
python3-pip \
22-
postgresql-plpython3-10 \
22+
postgresql-plpython3-$POSTGRES_VERSION \
2323
git \
2424
&& rm -rf /var/lib/apt/lists/*
2525

0 commit comments

Comments
 (0)