Skip to content

Commit e11b56f

Browse files
chore: bump alpine from 3.18.2 to 3.21.3
Bumps alpine from 3.18.2 to 3.21.3. --- updated-dependencies: - dependency-name: alpine dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 046133d commit e11b56f

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
@@ -10,7 +10,7 @@ WORKDIR /usr/src/k8s-rdma-shared-dp
1010
RUN make clean && \
1111
make build
1212

13-
FROM alpine:3.18.2
13+
FROM alpine:3.21.3
1414
RUN apk add --no-cache kmod=30-r3 hwdata-pci=0.370-r0
1515
COPY --from=builder /usr/src/k8s-rdma-shared-dp/build/k8s-rdma-shared-dp /bin/
1616

0 commit comments

Comments
 (0)