Skip to content
Snippets Groups Projects
Commit 67480c55 authored by Renovate Bot's avatar Renovate Bot
Browse files

Update alpine Docker tag to v3.21.0

parent e98e29c2
Branches
No related tags found
1 merge request!31Update alpine Docker tag to v3.21.0
Pipeline #50177 passed
...@@ -4,7 +4,7 @@ COPY go.mod go.sum ./ ...@@ -4,7 +4,7 @@ COPY go.mod go.sum ./
RUN go mod download RUN go mod download
COPY *.go ./ COPY *.go ./
RUN CGO_ENABLED=0 GOOS=linux go build -o /rss2gotify RUN CGO_ENABLED=0 GOOS=linux go build -o /rss2gotify
FROM alpine:3.20.3 FROM alpine:3.21.0
RUN apk add --no-cache ca-certificates RUN apk add --no-cache ca-certificates
COPY --from=build /rss2gotify /rss2gotify COPY --from=build /rss2gotify /rss2gotify
ENTRYPOINT ["/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