Skip to content

Commit 72c201e

Browse files
authored
Merge pull request #152 from lablabs/dependabot/docker/alpine-3.22
Bump alpine from 3.20 to 3.22
2 parents b5e85d3 + c05bb1c commit 72c201e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ COPY go.sum go.sum
1212
RUN go get -d -v
1313
RUN CGO_ENABLED=0 GOOS=linux go build --ldflags '-w -s -extldflags "-static"' -o cloudflare_exporter .
1414

15-
FROM alpine:3.20
15+
FROM alpine:3.22
1616

1717
RUN apk update && apk add ca-certificates
1818

0 commit comments

Comments
 (0)