diff --git a/Dockerfile b/Dockerfile index a2ff9f6..5e39f93 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 && \ diff --git a/VERSION b/VERSION index 71d6a66..c34958a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.1.14 +0.1.15 diff --git a/api/build.gradle b/api/build.gradle index 321db76..a5f725a 100644 --- a/api/build.gradle +++ b/api/build.gradle @@ -5,7 +5,7 @@ plugins { } group = 'telegram.files' -version = '0.1.14' +version = '0.1.15' repositories { mavenCentral() diff --git a/web/package.json b/web/package.json index 9795fd1..77a3d99 100644 --- a/web/package.json +++ b/web/package.json @@ -1,6 +1,6 @@ { "name": "telegram-files-web", - "version": "0.1.14", + "version": "0.1.15", "private": true, "type": "module", "scripts": {