Skip to content

Commit c24230b

Browse files
chore(deps): update alpine docker tag to v3.22.0
Signed-off-by: Sebastian Gaiser <sebastiangaiser@users.noreply.github.com>
1 parent bd1a678 commit c24230b

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
@@ -9,7 +9,7 @@ RUN CGO_ENABLED=0 go build -o ca-controller-for-strimzi
99

1010

1111
# final image
12-
FROM alpine:3.21.3
12+
FROM alpine:3.22.0
1313

1414
RUN apk add --no-cache ca-certificates \
1515
&& update-ca-certificates

0 commit comments

Comments
 (0)