Skip to content

Commit 36deb77

Browse files
committed
Updates alpine in Dockerfile to 3.16.2
Signed-off-by: joshvanl <[email protected]>
1 parent ad88d44 commit 36deb77

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
@@ -28,7 +28,7 @@ COPY pkg/ pkg/
2828
# Build
2929
RUN make build
3030

31-
FROM alpine:3.15
31+
FROM alpine:3.16.2
3232
LABEL description="cert-manager CSI Driver"
3333

3434
WORKDIR /

0 commit comments

Comments
 (0)