Skip to content

Commit cfb2f92

Browse files
authored
Merge pull request #122 from JoshVanL/Dockerfile-alpine-3.16.2
Updates alpine in Dockerfile to 3.16.2
2 parents 6465f33 + 36deb77 commit cfb2f92

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)