Compare commits

..

No commits in common. "ecffb1dd0796e04f25fec055ce30d034621b3c1d" and "a8c317af44896a852d3da7e827b3cfc4bfb1b79e" have entirely different histories.

4 changed files with 6 additions and 11 deletions

View File

@ -1,4 +1,4 @@
FROM bellsoft/liberica-openjdk-alpine:19
FROM adoptopenjdk/openjdk11
ADD ./build/distributions/booru_grabber_bot.tar /
RUN chown -R 1000:1000 "/booru_grabber_bot"

View File

@ -10,8 +10,3 @@ services:
POSTGRES_DB: "test"
ports:
- "8092:5432"
# booru_grabber_bot:
# image: insanusmokrassar/booru_grabber_bot
# container_name: "booru_grabber_bot"
# volumes:
# - "path_to_file:/booru_grabber_bot/config.json:ro"

View File

@ -4,4 +4,4 @@ org.gradle.parallel=true
kotlin.js.generate.externals=true
kotlin.incremental=true
docker_version=0.0.5
docker_version=0.0.4

View File

@ -1,12 +1,12 @@
[versions]
kotlin = "2.0.21"
tgbotapi = "20.0.1"
microutils = "0.23.0"
tgbotapi = "18.2.2"
microutils = "0.22.7"
imageboard = "2.7.0"
krontab = "2.6.1"
krontab = "2.5.0"
kslog = "1.3.6"
ktor = "3.0.1"
ktor = "2.3.12"
exposed = "0.55.0"
psql = "42.7.4"
clikt = "5.0.1"