Skip to content
Snippets Groups Projects
Commit 72580261 authored by Varac renovate bot's avatar Varac renovate bot
Browse files

Update alpine Docker tag to v3.18.5

parent 13321514
No related branches found
No related tags found
1 merge request!49Update alpine Docker tag to v3.18.5
Pipeline #184002 failed
......@@ -13,7 +13,7 @@ RUN go mod download \
&& go build -v ./cmd/transmission-exporter
# 2. stage
FROM alpine:3.18.4
FROM alpine:3.18.5
COPY --from=build /app/transmission-exporter /usr/bin/transmission-exporter
# COPY --chmod=755 .. requires Buildkit
RUN chmod 755 /usr/bin/transmission-exporter \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment