Skip to content
This repository was archived by the owner on Apr 8, 2025. It is now read-only.

Commit 8abc23a

Browse files
Bump alpine from b89d9c9 to 0a4eaa0 in /docker/userspacecni
Bumps alpine from `b89d9c9` to `0a4eaa0`. --- updated-dependencies: - dependency-name: alpine dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5be08ff commit 8abc23a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/userspacecni/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ RUN go mod download \
1414
&& make generate-bin
1515
#End of builder container
1616
# Copy build userspace cni bin to a small deployer container
17-
FROM alpine:3.20@sha256:b89d9c93e9ed3597455c90a0b88a8bbb5cb7188438f70953fede212a0c4394e0
17+
FROM alpine:3.20@sha256:0a4eaa0eecf5f8c050e5bba433f58c052be7587ee8af3e8b3910ef9ab5fbe9f5
1818
RUN mkdir -p /root/userspace-cni-network-plugin/userspace
1919
COPY --from=builder /root/userspace-cni-network-plugin/userspace/userspace /root/userspace-cni-network-plugin/userspace/userspace
2020
CMD ["cp", "-rf", "/root/userspace-cni-network-plugin/userspace/userspace", "/opt/cni/bin"]

0 commit comments

Comments
 (0)