Skip to content
Snippets Groups Projects
Commit ef42051c authored by Jonas Leder's avatar Jonas Leder
Browse files

Merge branch 'renovate/alpine-3.x' into 'master'

Update alpine Docker tag to v3.21.2

See merge request !34
parents a021c21a 827dd1e2
No related branches found
No related tags found
1 merge request!34Update alpine Docker tag to v3.21.2
Pipeline #53093 passed
......@@ -4,7 +4,7 @@ COPY go.mod go.sum ./
RUN go mod download
COPY *.go ./
RUN CGO_ENABLED=0 GOOS=linux go build -o /rss2gotify
FROM alpine:3.21.1
FROM alpine:3.21.2
RUN apk add --no-cache ca-certificates
COPY --from=build /rss2gotify /rss2gotify
ENTRYPOINT ["/rss2gotify"]
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment