diff --git a/Dockerfile b/Dockerfile
index 6845a73c1c04b2d7f5241e23b65aae2f5852e06e..8f9420a18098c1701386228e4f3c5bd6c7bb10fb 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -13,7 +13,7 @@ ADD https://github.com/fluxcd/flux2/releases/download/v0.25.3/flux_0.25.3_linux_
 COPY ./requirements.txt /requirements.txt
 RUN \
   # Install kubectl from alpine edge until alpine 3.16 is released
-  apk --no-cache add kubectl=~1.23.4-r0 \
+  apk --no-cache add kubectl=~1.23.5-r1 \
     --repository=http://dl-cdn.alpinelinux.org/alpine/edge/testing && \
   apk --no-cache add \
     bash=~5.1.16-r0 \