aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile_distroless
diff options
context:
space:
mode:
authorterminaldweller <devi@terminaldweller.com>2024-09-01 02:13:40 +0000
committerterminaldweller <devi@terminaldweller.com>2024-09-01 02:13:40 +0000
commit7c8e0160eefa9f90b74b729086dc44f108539083 (patch)
treeecbb9760ead142557ba6cbb4f46d6a0420f7ee28 /Dockerfile_distroless
parentfixed a bug where we would still get previously seen feeds, updated the readme (diff)
downloadmilla-7c8e0160eefa9f90b74b729086dc44f108539083.tar.gz
milla-7c8e0160eefa9f90b74b729086dc44f108539083.zip
added the url to the rss output. fixed a bug with the rss feeds where different rss feeds where not being handled correctly. added new logging functions
Diffstat (limited to 'Dockerfile_distroless')
-rw-r--r--Dockerfile_distroless2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile_distroless b/Dockerfile_distroless
index c27c80a..a5a7c47 100644
--- a/Dockerfile_distroless
+++ b/Dockerfile_distroless
@@ -1,4 +1,4 @@
-FROM golang:1.22-alpine3.20 as builder
+FROM golang:1.22-alpine3.20 AS builder
WORKDIR /milla
COPY go.sum go.mod /milla/
RUN go mod download