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

Update alpine Docker tag to v3.21.1

parent 1055ed3c
Branches
No related tags found
1 merge request!6Update alpine Docker tag to v3.21.1
Pipeline #52820 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 /gotifyWebhookForwarder
FROM alpine:3.21.0
FROM alpine:3.21.1
RUN apk add --no-cache ca-certificates
COPY --from=build /gotifyWebhookForwarder /gotifyWebhookForwarder
ENTRYPOINT ["/gotifyWebhookForwarder"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment