feat(loki): remove

This commit is contained in:
2025-11-14 00:23:05 +07:00
parent 664471a26b
commit 0b44e7c5e8
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
FROM eclipse-temurin:21-alpine AS deps
FROM eclipse-temurin:21.0.9.10-alpine AS deps
WORKDIR /build
COPY --chmod=0755 gradlew gradlew
COPY gradle/ gradle/
@@ -14,7 +14,7 @@ RUN --mount=type=cache,target=/root/.gradle \
./gradlew build -x check -x test --no-daemon --parallel --build-cache && \
mv build/libs/*-all.jar app.jar
FROM eclipse-temurin:21-jre-alpine AS final
FROM eclipse-temurin:21.0.9.10-jre-alpine AS final
ARG UID=10001
RUN adduser \
--disabled-password \
+1 -1
View File
@@ -33,7 +33,7 @@ dependencies {
implementation("org.telegram:telegrambots-client:8.0.0")
implementation("org.telegram:telegrambots-extensions:8.0.0")
implementation("org.telegram:telegrambots-longpolling:8.0.0")
implementation("pl.tkowalcz.tjahzi:log4j2-appender:0.9.32")
// implementation("pl.tkowalcz.tjahzi:log4j2-appender:0.9.32")
testAnnotationProcessor("org.projectlombok:lombok:1.18.36")
testImplementation(platform("org.junit:junit-bom:5.11.4"))