mirror of
https://github.com/tiennm99/store-scraper-bot-java.git
synced 2026-05-14 09:53:03 +00:00
feat(loki): remove
This commit is contained in:
+2
-2
@@ -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
@@ -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"))
|
||||
|
||||
Reference in New Issue
Block a user