summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Dockerfile b/Dockerfile
index 9a87a74..d8878c5 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1
-FROM golang:1.22.4-alpine
+FROM golang:1.23.4-alpine
WORKDIR /app
@@ -9,12 +9,12 @@ RUN go mod download
COPY . .
-RUN CGO_ENABLED=0 GOOS=linux go build -o /rss2world
+RUN CGO_ENABLED=0 GOOS=linux go build -o /posse
-ENV RSS_URL="https://neonxp.ru/feed.atom"
+ENV RSS_URL="https://neonxp.ru/feed/"
ENV CHECK_INTERVAL="5m"
ENV SEQ_FILE="/store/seq.txt"
ENV TELEGRAM_TOKEN="279146841:AAE9Yd2W........_gAhbO3usM"
ENV TELEGRAM_GROUPS="-1001003209449"
-CMD ["/rss2world"] \ No newline at end of file
+CMD ["/posse"] \ No newline at end of file