Skip to content

Commit 1f8c684

Browse files
committed
fix: hostplumber/pkg/ovs-docker/Dockerfile to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE316-BUSYBOX-6913410 - https://snyk.io/vuln/SNYK-ALPINE316-BUSYBOX-6913410 - https://snyk.io/vuln/SNYK-ALPINE316-MUSL-8720632 - https://snyk.io/vuln/SNYK-ALPINE316-MUSL-8720632
1 parent c07fd94 commit 1f8c684

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hostplumber/pkg/ovs-docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3.16
1+
FROM alpine:3.22.0
22

33
RUN apk update && apk upgrade
44
RUN apk add --no-cache bash

0 commit comments

Comments
 (0)