From 70565ecac31f7bb5c1d6c559ed18ff9f9c56ac46 Mon Sep 17 00:00:00 2001 From: Alexander Neonxp Kiryukhin Date: Sun, 15 Dec 2024 17:37:47 +0300 Subject: Изображение в фиде MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Dockerfile') 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 -- cgit v1.2.3