Skip to content

Commit afcdfe9

Browse files
authored
Merge pull request #52 from k8snetworkplumbingwg/dependabot/docker/alpine-3.22
chore: bump alpine from 3.16 to 3.22
2 parents b5c6d8f + fc49d70 commit afcdfe9

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
@@ -5,7 +5,7 @@ COPY ./ /usr/src/sriov-network-metrics-exporter
55
WORKDIR /usr/src/sriov-network-metrics-exporter
66
RUN make clean && make build
77

8-
FROM docker.io/alpine:3.16
8+
FROM docker.io/alpine:3.22
99
COPY --from=builder /usr/src/sriov-network-metrics-exporter/build/* /usr/bin/
1010
RUN apk update && apk add --no-cache ca-certificates && update-ca-certificates && apk add --no-cache openssl
1111
EXPOSE 9808

0 commit comments

Comments
 (0)