Skip to content

Commit c05bb1c

Browse files
Bump alpine from 3.20 to 3.22
Bumps alpine from 3.20 to 3.22. --- updated-dependencies: - dependency-name: alpine dependency-version: '3.22' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 34a43b5 commit c05bb1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)