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

Commit c66e127

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 95c9454 commit c66e127

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:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d
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)