Skip to content

Commit fc49d70

Browse files
chore: bump alpine from 3.16 to 3.22
Bumps alpine from 3.16 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] <[email protected]>
1 parent 1ce3eec commit fc49d70

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)