Skip to content

Commit 7e0c8d0

Browse files
committed
Fix Docker python3 dependency version
1 parent 2152696 commit 7e0c8d0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

testing/PostgresDockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ RUN apt update -y && \
1313
curl -fsSL https://www.postgresql.org/media/keys/ACCC4CF8.asc | gpg --dearmor -o /etc/apt/trusted.gpg.d/postgresql.gpg
1414
RUN apt update -y && \
1515
apt install -y \
16-
python3.8 \
16+
python3 \
1717
python3-pip \
1818
python3-psycopg2 \
1919
curl \

0 commit comments

Comments
 (0)