Skip to content

Commit aae0a84

Browse files
authored
Merge pull request #4 from linuxserver/master-libpython
Update libpython dependency.
2 parents af5a29d + d5f90c4 commit aae0a84

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@ RUN \
1919
libgtkmm-3.0-1v5 \
2020
libpangomm-1.4-1v5 \
2121
libpcrecpp0v5 \
22-
libpython2.7 \
22+
libpython3.7 \
2323
libsecret-1-0 \
2424
libsigc++-2.0-0v5 \
2525
libssh-4 \
2626
libvsqlitepp3v5 \
2727
libzip4 && \
2828
echo "**** install mysql workbench ****" && \
2929
if [ -z ${WORKBENCH_VERSION+x} ]; then \
30-
WORKBENCH_VERSION=$(curl -sL https://dev.mysql.com/downloads/workbench/ \
30+
WORKBENCH_VERSION=$(curl -sL https://dev.mysql.com/downloads/workbench/ \
3131
|awk '/<h1>MySQL Workbench/ {print $3;exit}'); \
3232
fi && \
3333
curl -Lf -o \

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,4 +226,5 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
226226

227227
## Versions
228228

229+
* **18.01.21:** - Update libpython dependency.
229230
* **26.03.20:** - Initial release.

readme-vars.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,5 @@ app_setup_block: |
4242
4343
# changelog
4444
changelogs:
45+
- { date: "18.01.21:", desc: "Update libpython dependency." }
4546
- { date: "26.03.20:", desc: "Initial release." }

0 commit comments

Comments
 (0)