🔖 0.1.15

This commit is contained in:
jarvis2f 2025-02-24 09:19:50 +08:00
parent f12ed8ec6d
commit c4714170e2
4 changed files with 6 additions and 6 deletions

View file

@ -63,9 +63,9 @@ RUN npm install -g pm2 && \
unzip -q libs.zip -d /tmp/tdlib && \
if [ "$(uname -m)" = "x86_64" ]; then \
mv /tmp/tdlib/libs/linux_x64/* $LIB_PATH && \
wget http://nz2.archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2.23_amd64.deb && \
dpkg -i libssl1.1_1.1.1f-1ubuntu2.23_amd64.deb && \
rm libssl1.1_1.1.1f-1ubuntu2.23_amd64.deb; \
wget http://nz2.archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2.24_amd64.deb && \
dpkg -i libssl1.1_1.1.1f-1ubuntu2.24_amd64.deb && \
rm libssl1.1_1.1.1f-1ubuntu2.24_amd64.deb; \
elif [ "$(uname -m)" = "aarch64" ]; then \
mv /tmp/tdlib/libs/linux_arm64/* $LIB_PATH && \
wget http://ports.ubuntu.com/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2_arm64.deb && \

View file

@ -1 +1 @@
0.1.14
0.1.15

View file

@ -5,7 +5,7 @@ plugins {
}
group = 'telegram.files'
version = '0.1.14'
version = '0.1.15'
repositories {
mavenCentral()

View file

@ -1,6 +1,6 @@
{
"name": "telegram-files-web",
"version": "0.1.14",
"version": "0.1.15",
"private": true,
"type": "module",
"scripts": {